-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
SQL: Search problem #823
Copy link
Copy link
Closed
Description
Somewhere during a recent refactoring, the search behaviour has been changed. It does not seem possible anymore to search for multiple independent keywords.
Now when searching for e.g. employee stack, the SQL is LIKE '%employee stack%', meaning that the search input is treated like it had quotes "employee stack".
Reactions are currently unavailable