Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
We're building a new site using Umbraco 9.4.3 and we have identified a bug with below Search function doesn't work.
IEnumerable< PublishedSearchResult > Search(IQueryExecutor query, int skip, int take, out long totalRecords);
totalRecords gives the correct count but it always return 0 records where as I would have expected IEnumerable< PublishedSearchResult >
We have tested a fresh DB with Umbraco 9.4.3 and 9.5 and this doesn't work however when I downgrade it to 9.3.1 then it works.
Could you let me know if this is a known issue and if there is a resolution or a workaround for this?
Thanks, Pramod
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 9.4.3 search issue
Hello,
We're building a new site using Umbraco 9.4.3 and we have identified a bug with below Search function doesn't work.
IEnumerable< PublishedSearchResult > Search(IQueryExecutor query, int skip, int take, out long totalRecords);
totalRecords gives the correct count but it always return 0 records where as I would have expected IEnumerable< PublishedSearchResult >
We have tested a fresh DB with Umbraco 9.4.3 and 9.5 and this doesn't work however when I downgrade it to 9.3.1 then it works.
Could you let me know if this is a known issue and if there is a resolution or a workaround for this?
Thanks, Pramod
is working on a reply...