Collations are not supported in json string comparison, see test_206.
These queries
sphinxql-278> set collation_connection=libc_ci;
Query OK, 0 rows affected
sphinxql-279> select id, json1, json1.username in ( 'Alice', 'damon' ) as cnd from json_attr where cnd=1;
id json1 cnd
123 {"username":"Alice","year":2000,"floatkey":1.010000} 1
1 rows in set
do not return this result which is wrong as libc_ci is case insensitive.
Bug Description:
Collations are not supported in json string comparison, see test_206.
These queries
do not return this result which is wrong as libc_ci is case insensitive.
Manticore Search Version:
6.3.1
Operating System Version:
Any
Have you tried the latest development version?
Yes
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.