Error "no such built-in procedure AUTOCOMPLETE" #250
Replies: 2 comments 1 reply
-
I've found that manticoresearch-php creates query like this:
And manticore server answers to that with error: But, if I replace symbols of "+" with "%20", the query becomes correct.
So, the question is - why spaces in query is replaced with "+", and how I can make it work correctly? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, it turned out that there is exist a method
The response will be similar to it:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I connect to manticore server with mysql client and try queries like

CALL AUTOCOMPLETE('нач', 'otechnik_books_for_guest_distributed');
, it works correctly.But when I try this:
I recieve the error "no such built-in procedure AUTOCOMPLETE".
Can you advise something, how to make it work correctly?
Beta Was this translation helpful? Give feedback.
All reactions