Query stopped working on Azure Cognitive Search Index

Jason Herron 0 Reputation points
2023-11-21T15:56:32.6+00:00

Has anyone had problems with the Search Explorer tab on an Azure Index?

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jason Herron 0 Reputation points
    2023-11-27T16:14:10.2233333+00:00

    It appears that you can no longer use anything but the "search" field in the "Query view" text box. Previously the Query view allowed you to have a query string type syntax. For example: search={search criteria}&searchMode=all&select={fields}&filter={filters}&count=true&orderby={order by}

    I found this by switching to the JSON view and saw that the configuration looked different.  1) It was stuffing my entire query into the "search" field and 2) adding some extra fields as well.

    After converting my http query into JSON and using the JSON view, I got the expected results!

    0 comments No comments