Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 16,454 for

query

(0.05 sec)
  1. GroupDocs.Search for .NET 18.12 Release Notes |...

    Note This page contains release notes for GroupDocs.Search for .NET 18.12. Major Features There are 2 new features in this regular monthly release: Implement blended characters Implement wildcard search All Changes Key Summary Category SEARCHNET-803 Implement blended characters New Feature SEARCHNET-1781 Implement wildcard search New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.Search for .NET 18.12. It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in GroupDocs....flexible object form of search query. Public API changes Class WordPattern...perform wildcard search using the query in text form: C# string indexFolder...

    docs.groupdocs.com/search/net/groupdocs-search-...
  2. decodeURIComponent() - JavaScript | MDN

    The decodeURIComponent() function decodes a Uniform Resource Identifier (URI) component previously created by encodeURIComponent() or by a similar routine....malformed URI sequence Decoding query parameters from a URL decodeURIComponent()...cannot be used directly to parse query parameters from a URL. It needs...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  3. MediaList - Web APIs | MDN

    Learn about the MediaList interface, including its properties and methods, code examples, specifications, and browser compatibility....interface represents the media queries of a stylesheet, e.g. those...Returns the number of media queries in the MediaList . Instance...

    developer.mozilla.org/en-US/docs/Web/API/MediaList
  4. Enumerable.ToList<TSource>(IEnumerable<TSource>...

    Creates a List<T> from an IEnumerable<T>....use ToList to force immediate query evaluation and return a List<T>...List<T> that contains the query results. string[] fruits = { "apple"...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  5. GPUQuerySet - Web APIs | MDN

    Learn about the GPUQuerySet interface, including its properties and methods, code examples, specifications, and browser compatibility....used to record the results of queries on passes, such as occlusion...occlusion or timestamp queries. Occlusion queries are available on render...

    developer.mozilla.org/en-US/docs/Web/API/GPUQue...
  6. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters.... In text form of a search query, there are 2 forms of wildcard...closer to the end of a search query. It is important to know that...

    docs.groupdocs.com/search/nodejs-java/wildcard-...
  7. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....case-sensitive search with a query in text form. C# string indexFolder...case sensitive search string query = "Windows" ; SearchResult result...

    docs.groupdocs.com/search/net/case-sensitive-se...
  8. Search Documents by Modified Date in C# - Free ...

    How can I apply search method on Modified date or Filename . Plus Filename consists of whole address when I use OUTPUT ADAPTER. Is there way to search documents by modified date or filename in C#? As I also want to searc…...specify the search query with date range string query = "ModificationDate:...2019-12-31)"; index.Search(query);...

    forum.groupdocs.com/t/search-documents-by-modif...
  9. Advanced search in PDF online

    Advanced search in PDF. Perform advanced search of words and phrases online.... × 15% Search query Phrase search Search all words...words from the query, any word from the query, the whole phrase...

    products.groupdocs.app/search/advanced/pdf
  10. Phrase Search in Documents using C#

    Learn how to perform phrase search in documents using C#. Discover techniques to search documents by phrases in C# and streamline your document search processes....text form, utilize a string query that specifies the exact phrase...word queries and combine them into a phrase search query using...

    kb.groupdocs.com/search/net/phrase-search-in-do...