Commit 3f62807a authored by Titouan Soulard's avatar Titouan Soulard

erp5_full_text_mroonga_catalog: remove erroneous Keyword Search Keys

While investigating MariaDB slowdown, I noticed that some Keyword Search Keys,
ie. keys triggering search by `LIKE` instead of strict equality, were
incorrect. This seems to come from a change that happened upstream. In any
case, they can safely be removed already.
parent a39643ab
Pipeline #38790 passed with stage
in 0 seconds
<key_list>
<key>SearchableText | MroongaBooleanFullTextKey</key>
<key>catalog_full_text.description | MroongaBooleanFullTextKey</key>
<key>catalog_full_text.title | MroongaBooleanFullTextKey</key>
<key>full_text.SearchableText | MroongaBooleanFullTextKey</key>
</key_list>
\ No newline at end of file
SearchableText | MroongaBooleanFullTextKey
catalog_full_text.description | MroongaBooleanFullTextKey
catalog_full_text.title | MroongaBooleanFullTextKey
full_text.SearchableText | MroongaBooleanFullTextKey
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment