jmalarcon / MIIS

Powerful file-based CMS for IIS - Your Markdown-based documentation or website in a few minutes!
https://miis.azurewebsites.net/
MIT License
31 stars 6 forks source link

Feature request: add search #20

Open wstaelens opened 6 years ago

wstaelens commented 6 years ago

Feature request: a search option, to allow searching in content (and menu?)

Maybe a start can be given so that we can help/commit?

jmalarcon commented 6 years ago

I would suggest, for now, to use a third party provider, such as:

HTH

wstaelens commented 5 years ago

From https://github.com/jmalarcon/MIIS/issues/11

In fact what I'm planning is a generic search service, not only for MIIS, so I need to write a crawler that takes into account a lot of things. Normally you would use MIIS with other systems at the same time (such as e-commerce products or similar) so simply indexing the .md files is not enough. However Lunr is very easy to use and build your own index for the .md files, directly in disk, would be easier. You'll keep the .json file in disk with the JSON needed for Lunr to work.

Any updates regarding search in MIIS? (e.g. Lunr)?

jmalarcon commented 5 years ago

No, I didn't have the time to anything. This specific feature is not on my top list either since there are many alternatives to achieve the same thing. I plan to devote time to MIIS in December. Let's see if I finally can :-S

wstaelens commented 5 years ago

@jmalarcon 🚀 :bump: