CALL AUTOCOMPLETE()
sometimes produces a List<Map<String, String>>
, sometimes List<Map<String, Int>>
in JSON results
#3351
Labels
Uh oh!
There was an error while loading. Please reload this page.
Bug Description:
Given following SQL query:
When using the
/sql
endpoint, Manticore will respond with data such as[{"query": "hello"}, {"query": "helloer"}]
When using a numeric value, things change:
When using the
/sql
endpoint, Manticore will respond with data such as[{"query": 123}, {"query": 12345}]
It seems like some auto-magic casting is occurring? Is that intentional?
Manticore Search Version:
7.4.6
Operating System Version:
irrelevant
Have you tried the latest development version?
No
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: