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

While annotation lookup can be case insensitive, this does not make the terms themselves case insenitive #193

Open
mbakeranalecta opened this issue Apr 25, 2018 · 0 comments
Labels

Comments

@mbakeranalecta
Copy link
Owner

For indexing purposes, specifically, {foo}(index) ... {Foo} will treat foo and Foo as separate index entries even though it look copies across the (index) annotation.

One way round this is with an annotations lookup file in which you do this:

{foo}(index "foo") 

This way the specifically value will be used for indexing both "foo" and "Foo"

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

No branches or pull requests

1 participant