SearchSortOrder

Choose if you want search results to be prioritized by exact term matching or popularity of the content.
enum SearchSortOrder {
  EXACTNESS
  POPULARITY
}
 
EXACTNESS(Default) - Search results will prioritize exact matching based on title, description, publisher name and other relevant information.
POPULARITY - This parameter is ignored for creator search, and still uses exactness.