Fix tests
This commit is contained in:
parent
2d6e97bac9
commit
4b83d6b00b
|
@ -93,6 +93,8 @@ export async function search(
|
|||
// Lucene does not accept conditional filters, so we need to keep the old logic
|
||||
const query: SearchFilters = viewQuery
|
||||
|
||||
delete options.query.onEmptyFilter
|
||||
|
||||
// Extract existing fields
|
||||
const existingFields =
|
||||
view.query
|
||||
|
|
Loading…
Reference in New Issue