Support Multiple Per-Column Search - Advanced Search
See original GitHub issueIts possible to search multiple field using AdvanceSearch? it works when search only one value eg,
{
"advancedSearch": {
"fields": [ "startDate" ],
"keyword": "2022-12-10"
},
"keyword": "",
"pageNumber": 0,
"pageSize": 10,
"orderBy": []
}
Thank you,
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Advanced Filter with OR and Multiple Criteria per Column ...
Modify your criteria range so it has as many data rows as you need for multiple items per column. In the case you...
Read more >Specify Multiple Search Conditions for Multiple Columns
In the Criteria Pane, add the columns you want to search. In the Filter column for the first column to search, specify the...
Read more >Individual column searching (text inputs)
Name Position Office Age Start date Salary
Tiger Nixon System Architect Edinburgh 61 2011‑04‑25 $320,800
Garrett Winters Accountant Tokyo 63 2011‑07‑25 $170,750
Ashton Cox Junior Technical...
Read more >Data Grid - Multi filters
Multi filters allow filtering rows by multiple columns with multiple criteria. The following demo lets you filter the rows according to several criteria...
Read more >Search multiple columns with different criteria
A multi-term search can be built by constructing a Virtual Column of type List with elements of type Reference. The formula should return...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Will keep this open till I add this feature.
hi @iammukeshm really sorry for late replay, yes, i mean to search multiple field with multiple colom with different value, like i want to search where startDate = ‘2021-12-12’ AND/OR paymentType = ‘Credit’
thank you,