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

Add untokenized SearchField #1508

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

ahoho
Copy link

@ahoho ahoho commented May 22, 2017

This PR introduces a new StringField class to handle raw strings. Unlike CharField, StringField does not tokenize/analyze strings, but stores them in the index as-is. There are also faceted and multivalued versions of this field.

@denizdogan
Copy link
Contributor

Would #1789 solve this too?

@acdha
Copy link
Contributor

acdha commented May 21, 2021

This definitely looks like a good candidate for rebasing against the current branch and shipping.

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.

None yet

3 participants