Skip to content

Conversation

@layters
Copy link
Owner

@layters layters commented Jul 30, 2025

  • adjust price decimals when currencyBox is activated
  • edit README.md
  • solves / fixes Custom FTS5 Tokenizer #153
    • able to lookup words containing colons (:), hyphens (-), as well as apostrophes (')
    • port stemming (porter) still works as it did before (e.g. -ing, -es, -s, etc.)
    • prefix matching also works as it did before

Note

This is a breaking change that requires the old ~/.config/neroshop/datastore/data.sqlite3 database to be deleted before running neroshopd.

@layters layters merged commit 0db3d3f into main Jul 30, 2025
@layters layters mentioned this pull request Jul 30, 2025
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Custom FTS5 Tokenizer

2 participants