With FTS enabled, there isn't really such as thing as auto-generated keywords. Instead, SQLite's full text search indexing is used for searching of text content. "We" are not excluding anything, this is implemented by SQLite. The alternative is to not use FTS and utilize UR's auto-generated keywords.
And user-defined keywords are not restricted to alphanumeric characters, and can contain symbols, punctuation, etc.
|