TYPO3-Documentation / render-guides

Render the docs with phpdocumentor/guides
GNU General Public License v3.0
3 stars 8 forks source link

Search through the Project locally #800

Closed bp-nkrause closed 1 month ago

bp-nkrause commented 1 month ago

Hello, is there a way to use the search locally in my DDEV setup? I also want the search to only search my current project, how is that possible?

garvinhicking commented 1 month ago

Thanks for getting in touch :)

That's sadly not possible currently. It would need its own indexing, which the project does server-side with external software (solr). Sadly this will be beyond scope for this project to provide, thus I'm closing the issue for now.

(for local search you could either spin up your own solr-instance or maybe better use file-based indexing within IDEs that can parse the HTML files stored on-disc)