vue-innersearch icon indicating copy to clipboard operation
vue-innersearch copied to clipboard

Changed prefix to query_string

Open Mythirion opened this issue 5 years ago • 3 comments

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?

Mythirion avatar Sep 10 '19 08:09 Mythirion

In actual fact it may be better to do some sort of if statement to maintain existing compatibility. Just putting this fix out there.

Mythirion avatar Sep 10 '19 08:09 Mythirion

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

ldt avatar Sep 12 '19 13:09 ldt

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!

Mythirion avatar Sep 12 '19 13:09 Mythirion