elastic / search-ui

Search UI. Libraries for the fast development of modern, engaging search experiences.
https://docs.elastic.co/search-ui
Apache License 2.0
1.92k stars 368 forks source link

Is there a way to config painless script for facet? #1085

Open nemohuang-new opened 1 week ago

nemohuang-new commented 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.

How can I do that? Thanks for any suggestions.