I want to implement a search using a repeating group.
The contents are as follows.
The number of days it takes to ship each item is different.
When I place an order from now on, I want to prevent the display of products that do not arrive by the specified date.
In the repeating group search for, as a constraint
Numerical value converted to ms from the number of days required for shipping
<
Extract specified date to unix ms - extract current date to unix ms -259200000 (three days. it is needed for actual delivery from shop to customers)
I added, but nothing is displayed in the search results.
How can I get search results to show what meets this constraint?
If you prefer to use another method, please let me know.