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

Switch between case sensitive and case insensitive search via parameter #42

Open
klingerko opened this issue Jun 13, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@klingerko
Copy link

If would be great to make case sensitive and case insensitive queries on the fields.
-> would be great to have all results of a 0x20 bit decoding in dns in one result

@satta satta added the enhancement New feature or request label Jun 19, 2019
@magenbluten
Copy link
Contributor

current database design does not allow for case insensitive searches. we should check rocksdb docs if it is possible to do something like case-insensitive key iteration. we could convert all characters to lower (or upper) case but since that would be a change of the raw observed data i think this is not a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants