Hi everyone,
I’m experiencing an issue with the search functionality in my dynamic object card collection. Despite having the search enabled set to true, the search feature doesn’t seem to be working. Whenever I try to search for something, it doesn’t return any results.
Has anyone else encountered this problem? Any suggestions or solutions would be greatly appreciated!
Thanks in advance!
Request clarification before answering.
There is not automatic search support for non-OData targets. Looking at your page def you are getting your data from ClientData. You can still implement search but will need to use a rule for your Target and do the filtering within the rule to return the filtered search results to be displayed.
The rule can access the searchstring and based on if that is populated do the necessary filtering of your ClientData list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.