Overview
A solution for searching within the contents of documents. Useful for application that do not require the power of a full featured search product.
Key Features & Functionality
Extracts the text content of a document and stores in a database table, using the Index Document Content Smart Service.
The supported file types are:
Note: Documents exported from Google Drive might not be supported by this Plugin
There seems to be an issue in extracting the content of the .txt file in UTF 8 encoding with this smart service. The content is extracted something like this "/>À?_�ÈÁÌÈ�/È�ÈÇÁ" in the database if the txt file in UTF-8 format. The same content in txt file with UTF-16 or with UTF-8 with BOM is extracted correctly. Please assist.