Does anybody know (or know how to figure out) how the Backoffice's search tool performs a search (e.g. on the Settings > Examine Management tab, you can perform a search in the index and get some good, expected results)? When using publishedContentQuery.Search() for the same query, we're not getting the same results - just wondering if the Backoffice query gets "translated" into some kind of "search lingo" that would be possible to replicate when searching on the frontend side?
#PublishedContentQuery search vs. the Backoffice's ExternalIndex search tool
1 messages · Page 1 of 1 (latest)
Should be something like this:
GitHub
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites - umbraco/Umbraco-CMS
Thanks Anders 👍 (we found another issue of our own doing, that did fix the most weird discrepancies). Nice to know that there's not a lot of secret magic going on there.