Hi,
I´m receiving this error in a view (filter nodes):
caption like '*bx*' OR '*ax*'
Please help me solve this issue.
caption like '*bx*' OR caption like '*ax*'
OR
caption like '%bx%' OR caption like '%ax%'
you need to use the % as wildcard.