Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
bom_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
52559afe
authored
Mar 24, 2021
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
温漂系数
parent
9402d91e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
internal/logic/search.go
internal/logic/search.go
View file @
52559afe
...
...
@@ -126,10 +126,10 @@ func getTermQuery(bomItem model.BomItem, sort int, flag bool) (query *es.BoolQue
if
!
strings
.
Contains
(
attr
,
"€"
)
{
continue
}
//先简单过滤下温漂系数,因为目前数据那边还有问题要确定,确定是否有写入温漂系数
if
strings
.
Contains
(
attr
,
"WPXS"
)
{
continue
}
//
//
先简单过滤下温漂系数,因为目前数据那边还有问题要确定,确定是否有写入温漂系数
//
if strings.Contains(attr, "WPXS") {
//
continue
//
}
//需要注意的点 : 因为0.158Ω可以对应 电阻 或者 直流电阻 ,所以当识别出来是电阻 或者 直流电阻 的时候,就不能用must,要用should
if
strings
.
Contains
(
attr
,
"ZLNZ€"
)
||
strings
.
Contains
(
attr
,
"OM€"
)
{
hasSpecialQuery
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment