0

I am having files(can be PDF,html....) in document folder in iOS? If user want to search data/string then we need to check which all the files that are having the data/string inside it. Do we have any search engine which returns the files that are having the user entered data/string?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
balusu
  • 367
  • 3
  • 10
  • Possible duplicate of [How to open the Document files e.g(.pdf,.doc,.docx) in ios mobile when a button action using swift3.0?](https://stackoverflow.com/questions/47865646/how-to-open-the-document-files-e-g-pdf-doc-docx-in-ios-mobile-when-a-button) – dahiya_boy Jul 19 '19 at 05:27
  • its not about opening the file, we need to identify the string that is exiting in files list. – balusu Jul 19 '19 at 05:57
  • I am afraid you need to do indexing yourselves with tools like Aloglia. – Horst Jul 19 '19 at 06:12
  • Just list all the files out into an array with `FileManager` then search from it? – Tj3n Jul 19 '19 at 06:31
  • It seems Algolia is for JSON, need for HTML – balusu Jul 23 '19 at 05:24

0 Answers0