I'm querying a field with Elastic search. The field can be "Small", "Medium", "Average", "Big".
But i want "Small" and "Medium" to return "Yes" And "Average" and "Big" to return "No"
Is there any way to do this in the query ? Or using the list component in reactive search ?
Thanks
You can use script_field
Result