Aug 06 2020 11:32 PM
We have a search query which filters the news based on current user's profile properties. Our query is bit longer with length of 1,409 characters, but this is within the limit only.
Since yesterday, we are getting an errorfor our kql query on our DEV tenant with the following error:
Error making HttpClient request in queryable [500] ::> {"odata.error":{"code":"-1, Microsoft.Office.Server.Search.REST.SearchServiceException","message":{"lang":"en-US","value":"An unknown error occurred."}}}
Steps to reproduce the behavior:
1. Create a query which filters based on current user's profile properties such as department, region, country and additional country, site name and also different news category topics.
2. If the all the news category topics (we have 20 topics selected), then the webpart starts failing with above given error.
The same query is working on other tenants, we are afraid that this also affects on prod.
Any suggestions please.
Sep 02 2022 09:55 AM
@Agottimukkala I'm having the same issue. Are you using the PnP Search webpart?
Oct 24 2022 04:41 AM