django-haystack icon indicating copy to clipboard operation
django-haystack copied to clipboard

Add untokenized SearchField

Open ahoho opened this issue 8 years ago • 2 comments

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.

ahoho avatar May 22 '17 19:05 ahoho

Would #1789 solve this too?

denizdogan avatar May 21 '21 11:05 denizdogan

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

acdha avatar May 21 '21 14:05 acdha