-
Notifications
You must be signed in to change notification settings - Fork 0
Allow matching substrings in free text search? #28
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestpostponedNot being worked on, might be revisitedNot being worked on, might be revisited
Description
The FTS5 trigram tokenizer allows matching substrings in general (rather than only complete tokens or prefix tokens), but it does not match substrings shorter than 3 unicode characters. Supporting short tokens is required (e.g. general structure contains mainly short forms like V DO), so if substring matching is desired a different solution than SQLite FTS is needed.
Prefix tokens are supported by the (default) unicode61 tokenizer, which is used now.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpostponedNot being worked on, might be revisitedNot being worked on, might be revisited