Hi. Im evaluating Manticore for use in a project but I cant get sorting to work. I have created an index with some fields, “name” and “description” among them. The query I am using looks like this:
You can probably define a ‘collation_server’ to define the default collation used by the server. You probably (at minimum) want libc_ci to get case insensitive sorting.
(with SQL mode, can be set per sesssion, dont know how to do that using the HTTP interface)
Im not having any success with the collations. Neither setting collation_server in manticore conf nor using set collation_connection in sql mode changes anything.