Re: Multi-Value query test

2022-06-23 Thread Patrick Bernardina
I misunderstand the problem, but why don't you decouple showing > the results from the results of the query? > > Am 23.06.22 um 14:03 schrieb Patrick Bernardina: > > How to test if a value in a multi-value field matches a specific query? > > > > Example of the problem

Multi-Value Query Test

2022-06-23 Thread Patrick Bernardina
How to test if a value in a multi-value field matches a specific query? Example of the problem: I've created a query to return all documents of some specific authors. The authors field contains multi-value sorted set. When showing the result, I want to show only the name of the authors specified

Multi-Value query test

2022-06-23 Thread Patrick Bernardina
How to test if a value in a multi-value field matches a specific query? Example of the problem: I've created a query to return all documents of some specific authors. The authors field contains multi-value sorted set. When showing the result, I want to show only the name of the authors specified