mirror of
https://github.com/getredash/redash.git
synced 2026-03-23 13:00:10 -04:00
* Support multi-byte search for query names and descriptions * add multi_byte_support_enabled option to organization settings * add `ilike %...%` to query search conditions when the option is enabled * Improve description for multi_byte_search_enabled option Co-Authored-By: Arik Fraimovich <arik@arikfr.com> * Remove tsvector from search when multi_byte_search_enabled * Add a multi-byte search test case