313
Views
2
Comments
Full text search in cloud environment
Question

Hi, 

Does OutSystems cloud database has full text search configured as default? Does is also have adobe and MS word filter enabled so that we can search within uploaded pdf and word documents.

Regards

uday 

2018-03-26 14-20-06
Jordan Welch

To my knowledge there is nothing built into the platform that would allow it to do this.

However, if you can find C# or Java libraries that would do this you could write an extension.

Here is a module that uses iText that might do what you're looking for with PDFs

2018-01-05 02-53-30
Grayson Udstrand

I believe OutSystems launched an ElasticSearch module into the forge which allows you to index your apps into a remote ElasticSearch server and enables this type of functionality. For whatever reason it is not listed as an officially supported module on the forge, but it is a part of SilkUI now and a part of the OutSystems 10 documentation:

https://success.outsystems.com/Documentation/SILK_UI_Framework/Elasticsearch_Web_Component

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.