Good day
In the Table View node, I would like to know if there’s a way to strictly search for a specific string.
For example, I have a table in which a column value is either “header” or “non_header”. I’d like to display the rows which only have the “header” value but of course “non_header” also contains the string “header”.
What I’d like to know is, is it possible to, in the search bar of the node, to specify a string string which it should search? I know if you search in Google you can encapsulate a string in inverted commas to strictly search for something.
To put it into SQL, currently it’s searching for ‘%header%’ and I want to force it to search for ‘header’.
I know that I can use a rule engine node to filter out results but I’m wondering if there is perhaps this functionality built into the table view node itself. It would save my alot of time.