mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 00:53:35 -04:00
* fix(search): render "starts with" operator as < in filter string Add missing entry to `indexOperatorToSyntax` so that `searchFilterToString` converts the `starts with` API operator back to `<` instead of displaying the literal string "starts with" in the filter box. Add unit tests to prevent regression. Fixes #1760 * refactor: use helper method in test --------- Co-authored-by: Corey Vaillancourt <coreyjv@gmail.com>