Hi. My company hosts many dnn sites and we're looking for a stand alone search extension module that fits the following criteria.
In the past we've used dnn sharp’s search boost. That is no longer supported or throws errors on DNN 10.
We've tested DNN search and psSiteSearch which do some but not all of the criteria items.
Any other suggestions would be appreciated. Thanks.
-Jeff
Not tried in DNN context but using it in a project from a customer: https://swiftype.com/
Hi Jeff,
Although not with the same requirements, I recently finished a client project where we needed functionality offered by SearchBoost which is not present by default in the core search.
(Category-ordered results in this case, and I needed a custom HTML template)
I investigated the DNN Lucene index and the index itself is fine; for me it was more the presentation layer. So I used the API calls the core search module uses and created my own presentation layer. In combination with the way Open Content can add tags to the search indexer, I managed to create what I needed.
The search is now like:
Articles
News
Products
I'll write a blog post about this in the coming weeks.
In the end, my conclusion was that you can use the core index with your own code.
One can already pass PDF texts into the core index, but it would be a manual step. I think a PDF indexing task would be a great addition. There are several ways of developing that (addition to the core, separate module, etc.). We have been discussing this (within 40FINGERS)—it might be something we develop ourselves, or maybe some companies can sponsor a change to DNN itself?
But I'll get back to that and/or options in the blog post. Feel free to ping me if you have questions or want to discuss this.
Can you give an indication of the price of the starter plan?
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.