Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

map extensions section of api response to search response #4315

Open
Kalmar99 opened this issue Jan 7, 2025 · 0 comments
Open

map extensions section of api response to search response #4315

Kalmar99 opened this issue Jan 7, 2025 · 0 comments

Comments

@Kalmar99
Copy link
Contributor

Kalmar99 commented Jan 7, 2025

Describe the problem

When inspecting the json response from the api through the algolia dashboard i can see that there is a section in the response named: extensions, it contains some useful information such as what categories are used by query categorization. However currently its not mapped to the search response object returned from the algolia csharp client. Example:

  "extensions": {
    "queryCategorization": {
      "autofiltering": {
        "enabled": true,
        "maxDepth": 5,
        "facetFilters": [],
        "optionalFilters": [
          "categories.lvl0:Mobiler & klokker",
          "categories.lvl1:Mobiler & klokker > Mobiltelefoner"
        ]
      },
      "count": 2202,
      "normalizedQuery": "iphone 16"
    }
  },

Describe the solution

Map the extensions section to the search response object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant