Search API -- searching using both context and tags
I am using the .NET SDK and searching with the following expression:
"resource_type:video AND context.LEVEL_ID:002 AND -tags=fail AND NOT context.STEAM_ID:76561198036999383"
When "-tags=fail" is included in the expression, it results in this error from the server:
"Query Error (at position 64) \'resource_type:video AND context.LEVEL_ID:002 AND -tags=fail AND ➥➥➥ NOT context.STEAM_ID:76561198036999383\'"
If I do not use the "-tags=fail" in the expression, the search works as expected.
Is there some issue with the syntax I am using with the above expression?
Post is closed for comments.
Comments
3 comments