mirror of
https://github.com/chrisbenincasa/tunarr
synced 2026-04-21 13:37:15 +00: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> |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.prod.json | ||
| tsup.config.ts | ||
| turbo.json | ||
| vitest.config.ts | ||