I'm trying to filter records where the path contains 'renditions' somewhere in the path. I have in the query NOT CONTAINS(s.*, 'renditions') but it returns records with renditions in the middle of the path but not at the end. Any ideas to eliminate all of these records? Is there a way that is faster than a full text search?
Asked
Active
Viewed 578 times