This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Description
Currently search uses a simple LIKE"%query%" for queries. We should switch to full text search so that search works better. It will also be needed for implementing forte-music/schema#51 when it lands.
There doesn't seem to be SQlite full text search support in diesel. Here are some issues I've encountered while looking into this.