tunarr/shared
Corey Vaillancourt e09c46a19a
fix(search): render "starts with" operator as < in filter string (#1762)
* 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>
2026-03-30 11:58:05 -04:00
..
scripts feat: add search server link to status page 2025-11-19 15:15:18 -05:00
src fix(search): render "starts with" operator as < in filter string (#1762) 2026-03-30 11:58:05 -04:00
package.json chore: bump version to 1.2.0-dev.1 2026-01-20 16:44:50 -05:00
tsconfig.json feat: search parser overhaul 2025-11-19 15:15:18 -05:00
tsconfig.prod.json feat!: expose advanced transcode parameters (#1347) 2025-08-27 16:48:46 -04:00
tsup.config.ts feat!: expose advanced transcode parameters (#1347) 2025-08-27 16:48:46 -04:00
turbo.json chore: cleanup turbo tasks, consolidate some shared package versions 2025-09-30 21:02:20 -04:00
vitest.config.ts feat!: expose advanced transcode parameters (#1347) 2025-08-27 16:48:46 -04:00