question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support Multiple Per-Column Search - Advanced Search

See original GitHub issue

Its 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
iammukeshmcommented, Dec 12, 2021

Will keep this open till I add this feature.

2reactions
geekz-renocommented, Dec 12, 2021

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,

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found