parsers/search
        library 
 
      
    
    
    
    
      Functions
      
          - 
  getSearchParams(SearchFilter? filter, String? scope, bool ignoreSpelling)
    → String?
  
  
- 
  Get search params for given filter,scopeandignoreSpelling.
- 
  getSearchResultType(String? resultTypeLocal, List<String> resultTypesLocal)
    → String?
  
  
- 
  Get type of the search result.
  
- 
  parseSearchResult(JsonMap data, String? resultType, String? category)
    → JsonMap
  
  
- 
  Parses a search result from data.
- 
  parseSearchResults(List<JsonMap> results, {String? resultType, String? category})
    → List
  
  
- 
  Parses search results.
- 
  parseSearchSuggestions(JsonMap results, bool detailedRuns)
    → List
  
  
- 
  Parses search suggestions.
  
- 
  parseTopResult(JsonMap data, List<String> searchResultTypes)
    → JsonMap
  
  
- 
  Parses the top result from data.