Sebastian Dammark
09/27/2024, 11:10 AMvar query = index.Searcher.CreateQuery(IndexTypes.Content);
var queryExecutor = query.ManagedQuery(searchTerm);
var results = _publishedContentQuery.Search(queryExecutor);
Could this be modified, so instead of text it is comparing the tags of the current document, with similar tags in the index ?Mike Chambers
09/29/2024, 9:15 PMMike Chambers
09/29/2024, 9:15 PMMike Chambers
09/29/2024, 9:20 PMlist
examine field type
which I think does the heavy lifting...
https://github.com/callumbwhyte/umbraco-search-extensions/tree/dev?tab=readme-ov-file#core-fieldsMike Chambers
09/29/2024, 9:21 PMMike Chambers
09/29/2024, 9:25 PM