Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNN Search Module query visualization #31

Open
Timo-Breumelhof opened this issue May 7, 2021 · 1 comment
Open

DNN Search Module query visualization #31

Timo-Breumelhof opened this issue May 7, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Timo-Breumelhof
Copy link
Contributor

It can sometimes be handy to see what a module returns to the DNN Search indexer.

Suggestion:
DDL Select a page
DDL Select a module (or not, we could also just show all modules on the page)
Result:
Show what the DNN search indexer gets back from the module.

@Timo-Breumelhof Timo-Breumelhof added the enhancement New feature or request label May 7, 2021
@Timo-Breumelhof Timo-Breumelhof changed the title Module search query visualization DNN Search Module query visualization May 7, 2021
@skamphuis
Copy link
Contributor

To get the searchresult for a module, we need to:

  • Find the class that inherits ModuleSearchBase
  • Get the ModuleInfo for the module instance
  • Call GetModifiedSearchDocuments(ModuleInfo modInfo, DateTime beginDateUtc) on the found class

@Timo-Breumelhof Timo-Breumelhof added this to the Future milestone Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants