Many clients do not require the ability to search through attachments as part of Aptify Web’s quick/universal search however by default it’s enabled in the stock product and for many of those clients the Full Text Index on attachment takes a lot of database space. To address this situation follow the instructions given below:
Go to Desktop(Smart) Client.
Click on Search Configuration services under the web services application.
Open
Shell config
record.Under the Entities tab of shell config record, delete
Attachments
record.Save the record.
Go to Full text Indexes services under
Framework
application and openAttachment
record.Uncheck the
Enabled
checkbox under Attachment record.Save the record.
Run the
HTML5 Web UI Part Metadata Items Generator.
Open Aptify Web and search in global search.
Expected Result
Global Search should work smoothly.
There is one store procedure which is getting called for attachment which is named as spSearchConfigurationShell_FullText_Attachments in which one index view is used named idxVwAttachmentSearch1. Currently, we are deleting the record from where the store procedure is getting called, but if in case you want to perform some other scenarios you can modify this store-procedure accordingly.