search icon indicating copy to clipboard operation
search copied to clipboard

Support multiple values per field

Open mjohnson9 opened this issue 8 years ago • 2 comments

The search API allows multiple fields with the same name, effectively meaning that the field has multiple values1. In Django nomenclature, this would be functionally equivalent to a ListField. search should support this.

In my case, I have a Djangae app where I'd like to allow a TextField to have multiple values.

mjohnson9 avatar Dec 12 '16 21:12 mjohnson9

Yes, I want this for a project where we have lots of list fields and related set fields where I want to search for records that have 1 or more of a set of values.

I haven't looked into how difficult it would be to add support for this, was inclined to move away from search and just use the Google API directly (but then I'm more familiar with that API).

davidwtbuxton avatar Dec 12 '16 21:12 davidwtbuxton

There was previous work related to this feature in #14 and #15.

davidwtbuxton avatar Oct 17 '17 03:10 davidwtbuxton