BUG: fix for [webui#170](https://gitlab.com/caosdb/caosdb-webui/-/issues/170)
Compare changes
Files
3+ 1
− 1
@@ -159,7 +159,7 @@ var ext_autocomplete = new function () {
Fix for webui#170 - https://gitlab.com/caosdb/caosdb-webui/-/issues/170
Related Issue: caosdb/internal/all#529
The buggy behavior quoted CQL's keyword compounds from the list of CQL words. This is fixed by just ignoring those keyword compounds explicitly.
Test manually with something similar to "FIND ENTITY WHICH IS REF" in the query bar.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.