"LIKE" Search in Cottontaildb #78
-
Dear devs, We are currently implementing cottontaildb using Python. We ran into an issue with the "LIKE" search. So far, it was possible to execute the "EQUAL" search for literals, but the "LIKE" search only yields results if the input is given exactly the same way as for the "EQUAL" search. For example, the word "nomodel" is in our database. With the "EQUAL" search it outputs "nomodel", but when trying to perform the "LIKE" search with input "nomode" it gives no results. (see screenshot attached). Do we need to specify anything else for the like-search that is not implemented for the equal search? Our source code can be found here (query on line 402): https://github.com/lutharsanen/tal-backend/blob/main/cottontaildb/cottontaildb_client/cottontaildb_client.py Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey! Unfortunately there is no link to your source code. Hence, I can't find it. |
Beta Was this translation helpful? Give feedback.
Hey! Unfortunately there is no link to your source code. Hence, I can't find it.