Search over orthogonal data not working
Search over orthogonal data not working
netpresent
Posts: 4Questions: 2Answers: 0
in SearchPanes
In the following simple case, I fill a datatable with orthogonal data for the name. One of the rows has a name containing Harry, which is in the data:
"name": {"display": "Tommy W.", "search": "Harry Winters"},
But if I type Harry into the search field, nothing is found.
What am I doing wrong here?
https://playak.com/tmp/datatablesscratch.php
Cheers,
Charona
This discussion has been closed.
Answers
In your
columns
change the property name fromsearch
tofilter
, like this:See the Orthogonal docs for the operation names.
Kevin
Thanks a lot Kevin!