C# (CSharp) Couchbase.Search.Queries.Simple WildcardQuery - 2 examples found. These are the top rated real world C# (CSharp) examples of Couchbase.Search.Queries.Simple.WildcardQuery extracted from open source projects. You can rate examples to help us improve the quality of examples.
A wildcard query is a query in which term the character * will match 0..n occurrences of any characters and ? will match 1 occurrence of any character.