Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, I have fields: Name, City, Descrtiption.
Items:
[ {'Bob', 'Paris', 'Mother Mary Paris' }, {'Mary', 'Paris', 'Son Bob Paris' }, ]
If i filter by 'Mary Paris', the result will be 2 items, but I need one, where the Name = 'Bob'
How to avoid row stringification to one common line or make the line separator not a space, but another rarely used character?
I do not want to restrict the search in the table to only one column.
Have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions