DEMO > search, search is not working
See original GitHub issuejust copied everything from the demo and the search is not working.
had to change from {{(filteredItems = (nutritionList | filter: filterName))}}
to {{filteredItems = (nutritionList | filter: filterName)}}
(bracket around filteredItems)
Issue Analytics
- State:
- Created 8 years ago
- Comments:14 (5 by maintainers)
Top Results From Across the Web
Search function doesn't work · Issue #12 · rstudio/bookdown ...
Compiling this example doesn't allow search to work. Saved and extracted zip file. Opened project in R Studio 1.0.44 (with R 3.3.1).
Read more >Search Demo not working - Support - MeTA Toolkit Forums
Hi, I'm new to Meta and trying to run the demo sample code on Search. I've managed to build the code, but I...
Read more >Failure during Demo Creation - AddSearch Documentation
It might happen that you receive an error message when trying to create a new search demo. That means that our crawler couldn't...
Read more >[Solved] File Explorer Search Not Working in Windows 10
Fix 1: Restart File Explorer; Fix 2: Make Sure Windows Search Service Is Enabled; Fix 3: Change the Search Options; Fix 4: Allow...
Read more >free-jqGrid search button does not work on second click
The search button works on the first click, but once it is closed either by clicking the X (close button) or by running...
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 Free
Top 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

I’m glad we could help!
Hi @shriharry , I’d try to do it on the controller level with
$filterservice if didn’t work for some reason. But then maybe the better solution would be to usemdt-row-paginatorand then you can filter and manipulate your data in one of your method in your controller.