Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note isn't fully indexed when encountering utf8 character #70

Open
jb55 opened this issue Jan 15, 2025 · 0 comments
Open

Note isn't fully indexed when encountering utf8 character #70

jb55 opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jb55
Copy link
Contributor

jb55 commented Jan 15, 2025

I noticed this on:

ndb -d ~/Library/Application\ Support/notedeck/db print-search-keys | grep note_id:108297 | sort -n -k2,2
using db '/Users/jb55/Library/Application Support/notedeck/db'
K<'and' 0 1735920423 note_id:108297>
K<'yes' 1 1735920423 note_id:108297>
K<'if' 2 1735920423 note_id:108297>
K<'you' 3 1735920423 note_id:108297>
K<'have' 4 1735920423 note_id:108297>
K<'something' 5 1735920423 note_id:108297>
K<'in' 6 1735920423 note_id:108297>
K<'memory' 7 1735920423 note_id:108297>
K<'is' 8 1735920423 note_id:108297>
K<'likely' 9 1735920423 note_id:108297>
K<'the' 10 1735920423 note_id:108297>
K<'same' 11 1735920423 note_id:108297>
K<'or' 12 1735920423 note_id:108297>
K<'faster' 13 1735920423 note_id:108297>
K<'when' 14 1735920423 note_id:108297>
K<'using' 15 1735920423 note_id:108297>
K<'a' 16 1735920423 note_id:108297>
K<'hashmap' 17 1735920423 note_id:108297>
K<'but' 18 1735920423 note_id:108297>
K<'performance' 19 1735920423 note_id:108297>
K<'isn' 20 1735920423 note_id:108297>

the index stops at which is a utf8 '. its tripping up for some reason

@jb55 jb55 added the bug Something isn't working label Feb 4, 2025 — with Linear
@jb55 jb55 self-assigned this Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant