I have a table with a lot of data. One field is a string for example
searchableField
row 1: abcdefgdefg1hijklmnopqrstuvw234234
row 2: abcdefgdefg1hijklmnopqrstuvw2dsfds33
- row 3: abcdefgdefg1hijklmnopqrstuvw234234
- row 4: abcdefgdefg1hijklmnopqrstuvwweewere333wr
- row 5: abcdefgdefg2hijklmnopqrstuvw234222aadfff
- row 6: abcdefgdefg1hijklmnopqrstuvwdsfdsf
I only want result row 5 back, but adding search therm defg2 won't work. In some other cases I want onl y result 1, 2, 3, 4, 6 back. but also searching on defg1 won't work for me.
Something that should work for me is a filter, but unfortunately there are no filters with contains. What can I do as work around?