unisoncomputing / share-api

Unison Share's backend server
MIT License
23 stars 4 forks source link

Fix project slug prefix search #24

Closed ChrisPenner closed 2 months ago

ChrisPenner commented 2 months ago

Overview

Project search would weirdly not actually perform a proper prefix search on slugs, only a prefix search on stemmed ts_vector tokens, which meant statef wouldn't match stateful because stateful gets stemmed to state but statef isn't a prefix of state 🙃

This ditches the web-search syntax since nobody uses it, and adds a simple OR with a prefix search on slug.