Open nemohuang-new opened 1 week ago
I'm using Elasticsearchconnector of search UI, I want to a facet to compare two properties. For example. The document have two properties number, numberLimit. I want to filter the number<numberLimitdocuments.
number
numberLimit
How can I do that? Thanks for any suggestions.
I'm using Elasticsearchconnector of search UI, I want to a facet to compare two properties. For example. The document have two properties
number
,numberLimit
. I want to filter thenumber
<numberLimit
documents.How can I do that? Thanks for any suggestions.