seed-hypermedia / mintter

Mintter: an app for knowledge communities. Powered by the Hypermedia protocol.
https://mintter.com
Apache License 2.0
162 stars 11 forks source link

Quick Switcher #1662

Closed juligasa closed 8 months ago

juligasa commented 8 months ago

Implementation of the quick switcher

burdiyan commented 8 months ago

@juligasa we might want to index multiple fields on groups. For example url in addition to the title. What if we use this new “meta” column to store multiple fields as JSON, and then use SQLite’s JSON extension to access those fields to perform the match. Or even just treat them as raw text for fuzzy matching.