We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
’
The text was updated successfully, but these errors were encountered:
jb55
No branches or pull requests
I noticed this on:
the index stops at
’
which is a utf8 '. its tripping up for some reasonThe text was updated successfully, but these errors were encountered: