You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tips for debugging/fixing from @mattporritt :
Also some depending on the index field type wildcards might not be supported.
The way I debug this is by using curl to send json queries directly to elastic
that way you can take Moodle completely out of it.
and see what the JSON looks like exaclt that you are sending and then see the complete response elastic sends back
once you've got the json doing what you want, you can then concentrate on getting moodle constructing it correctly
then you can write a unit test to cover it
it's a bit of a journey figuring out how to structure a query that elastic likes and does what you want
Steps to replicate:
Error: Error executing query in search engine: Failed to parse query [*title:news]
The text was updated successfully, but these errors were encountered: