- 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.
- π¬π§United Kingdom seogow
I agree, it is a bug. In order to move with [Meta] Bring AI Search out of Experimental π± [Meta] Bring AI Search, Assistants and Chatbot out of Experimental Active , are you happy for me to do the code and assign PR to you afterwards or will you have time to do it in in ~2 weeks?
- π¬π§United Kingdom scott_euser
I'll struggle for time next week's so if you are able would be much appreciated! Hopefully database one + comment above helpful at least! Thank you!
- First commit to issue fork.
- Merge request !852Issue #3491446 by nnevill: updated the solr query alter method to display both... β (Open) created by nnevill
- πΊπ¦Ukraine nnevill Lutsk
Hi Scott,
I'm not sure about the correct destination branch, but anyway, the logic from the MR works. The fact that exposed filters are applied later made the fix easier.
- π¬π§United Kingdom scott_euser
Thanks! I couldn't test of course at the moment, so added a couple comments that might just be questions for you to confirm behaviour will be as expected. Thanks!