Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve kv-search, when non-kv terms present
- Just simple terms: Join them with sql wildcard (%) and apply on "title" field - Just kv, keep as-is - Both: - title present already: append non-kv terms to title (if spaces in original this could be a problem. FIXME replace them?) - title not present already: simply add non-kv terms %-joined to title field
- Loading branch information