freeCodeCamp / devdocs

API Documentation Browser
https://devdocs.io
Mozilla Public License 2.0
34.94k stars 2.33k forks source link

Text Search Features #1861

Open gitexp2050 opened 1 year ago

gitexp2050 commented 1 year ago

Hi,

I have 5,000 text files and wanted to do a search...This app was very fast..

Could you please provide an option to import text files and do the search ???

Else is there a way to import or put the text some how as documentation so that we can use it

Thanks

simon04 commented 1 year ago

Duplicate of #295?

There's no easy, straight-forward way to accomplish this. You could write a custom FileScraper (see lib/docs/scrapers/python.rb for an example).

j-f1 commented 1 year ago

Heads up that DevDocs doesn’t do a full text search, I think it just searches by the titles in the sidebar. You could try something like The Silver Searcher (ag), though: https://github.com/ggreer/the_silver_searcher

gitexp2050 commented 1 year ago

Looking for tool with UI

gitexp2050 commented 1 year ago

Do you know any tool which has UI with full text search to import text and search?