Is there a way that allows to exclude a value inside a string? For example, if I want to get api/12345/authorise
and I want to get all the results that have api/....../authorise
.
I do not mean to exclude a string, but search for a substring by using AND
.