Skip to content

Commit f05fbde

Browse files
author
vikasrohit
authored
Merge pull request #96 from topcoder-platform/hotfix/reverting_refcode_search_again
Hotfix/reverting refcode search again
2 parents 5ae25c7 + 73421c1 commit f05fbde

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/routes/projects/list.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -133,23 +133,6 @@ const parseElasticSearchCriteria = (criteria, fields, order) => {
133133
},
134134
},
135135
},
136-
{
137-
nested: {
138-
path: 'details',
139-
query: {
140-
nested: {
141-
path: 'details.utm',
142-
query: {
143-
query_string: {
144-
query: `*${keyword}*`,
145-
analyze_wildcard: true,
146-
fields: ['details.utm.code'],
147-
},
148-
},
149-
},
150-
},
151-
},
152-
},
153136
],
154137
},
155138
};

0 commit comments

Comments
 (0)