Skip to content

Commit 73421c1

Browse files
author
Vikas Agarwal
committed
reverting ref code check in doubt that it is again affecting the normal search
1 parent 89877e1 commit 73421c1

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)