I updated some js deps today, and now I'm getting ...
# community-help
e
I updated some js deps today, and now I'm getting
Error: 400 - No search fields specified for the query
. InstantSearchAdapter. Am I missing something obvious that has changed in the last few months or so?
j
There were no backward incompatible changes recently
e
hmm, yea, I checked that ...
It's the "query_by" that missing here that's the problem, right?
message has been deleted
I don't know where to look for clues really since it worked just fine before the upgrades
j
Oh hmm, could you try using
2.4.1-1
just to be sure?
Could you also try move query_by to collectionSpecificSearchParameters to see if that fixes the issue at least temporarily?
e
2.4.1-1 - same error
moving query_by to collectionSpecificSearchParameters solved the problem
j
Then this sounds like a bug. Could you open a Github issue for this mentioning the previous version where it worked?