about summary refs log tree commit diff
path: root/src/lib/api/search.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add fulltext search for posts and profiles (closes #340) (#342)Paul Frazee2023-03-211-0/+69
* Refactor mobile search screen * Remove 'staleness' fetch trigger on search * Implement a temporary fulltext search solution * Add missing key from profile search result * A few UI & UX improvements to the search suggestions * Update web search suggestions * Implement search in web build