hi
I'm creating a mobile app by the Cordova technology. I was looking for a professional offline JavaScript search engine and I found Zoom.
My project is to make a handbook searchable. I have a huge amount of text in bullet point format.
user can search any word and the search result would take the user to the related bullet points.
the first thing comes to my mind is to make an html page (or txt file) for each bullet point and let the zoom do the rest of the job. but then instead of having one simple text file I have to generate thousands of html (or txt) files. It sounds time consuming and also a huge library of html (or txt) files to manage.
is there any better (faster and more professional) way to make a book (which is all in bullet point format) searchable?
many thanks
I'm creating a mobile app by the Cordova technology. I was looking for a professional offline JavaScript search engine and I found Zoom.
My project is to make a handbook searchable. I have a huge amount of text in bullet point format.
user can search any word and the search result would take the user to the related bullet points.
the first thing comes to my mind is to make an html page (or txt file) for each bullet point and let the zoom do the rest of the job. but then instead of having one simple text file I have to generate thousands of html (or txt) files. It sounds time consuming and also a huge library of html (or txt) files to manage.
is there any better (faster and more professional) way to make a book (which is all in bullet point format) searchable?
many thanks
Comment