- Issue created by @scott_euser
- 🇬🇧United Kingdom scott_euser
I think this probably is an issue actually. Currently using elevateIds but actually also need something like
q=(text:"my content query" OR id:(123 124))
Note: syntax could be wrong here...
Goal is to ensure that if 123 or 124 are not results in a SOLR query, but are in a Vector query, they end up as results in the combined query. The elevateIds is still correct as is and should be left in place.