This commit is contained in:
@@ -211,6 +211,6 @@ e.g. {red,green,blue} will return records with tags {green,red,blue} and also {r
|
|||||||
|
|
||||||
###### Not contains
|
###### Not contains
|
||||||
|
|
||||||
All terms in search query _NOT_ present in db record, don't care what else is in db record as long as it's not the search terms (order insensitive)
|
All terms in search query _NOT_ present in db record, doesn't care what else is in db record as long as it's not the search terms (order insensitive)
|
||||||
e.g. {red,green,blue} will not return records with tags {green,red,blue} and also not return {red,green,blue,orange} but would return {red,green,black}
|
e.g. {red,green,blue} will not return records with tags {green,red,blue} and also not return {red,green,blue,orange} but would return {red,green,black}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user