You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// productFamily: "Games" or "Apps" ... maybe comma separated is possible too?varDisplayCatalogSearch=$"https://displaycatalog.mp.microsoft.com/v7.0/productFamilies/{productFamily}/products?query={searchQuery}&market=US&languages=en-US&fieldsTemplate=details&platformdependencyname=windows.xbox";
Old endpoint could be renamed to DisplayCatalogAutosuggest or something along those lines.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Autosuggest only returns maximum of 10 entries.
The actual search endpoint returns everything it can find.
Currently search endpoint is defined here:
StoreLib/StoreLib/Models/Endpoint.cs
Lines 37 to 38 in f372a22
The search endpoint is:
Old endpoint could be renamed to
DisplayCatalogAutosuggest
or something along those lines.Any suggestions?
The text was updated successfully, but these errors were encountered: