vue-innersearch
vue-innersearch copied to clipboard
Changed prefix to query_string
This SHOULD allow you to query ES using search terms with spaces in the middle using an analyser, provided you list your field as query? It does require a "text" field. This is untested but I think it should work if my query building knowledge is correct?
In actual fact it may be better to do some sort of if statement to maintain existing compatibility. Just putting this fix out there.
Hi @Mythirion, Thanks for sending this enhancement. Innersearch was a student project and I don't know if any student is still maintaining it. I was their tutor at the time. I will review your code and validate it today or tomorrow. Ping me if I don't.
Cheers, Laurent
Ah okay :) makes sense! We managed to get this working, I'll make further changes to my branch to make sure it matches up with our branched version.
Cheers!