> On Dec 9, 2022, at 11:22 AM, Matthew Castrigno <castr...@slhs.org> wrote: > > "myField":["apple, pear"] That's not multivalued. That's a single value and the value is "apple, pear". You need to pass multiple values to Solr for the field when you do your indexing. Basically, you need to pass one myField:apple and another myField:pear to the indexer when you add records. Andy
- Using the fq parameter to filter for a value that is mul... Matthew Castrigno
- Re: Using the fq parameter to filter for a value th... Dave
- Re: Using the fq parameter to filter for a value th... Andy Lester
- Re: Using the fq parameter to filter for a value th... Walter Underwood
- Re: Using the fq parameter to filter for a valu... Matthew Castrigno
- Re: Using the fq parameter to filter for a ... Dave
- Re: Using the fq parameter to filter fo... Matthew Castrigno
- Re: Using the fq parameter to filt... David Hastings