Question

Re Order the result of Global Search Based on Created On

Hi Community,

 

Any idea how we can re order the global search result based on Created On field. Recent one should be on top. Thanks

Like 0

Like

3 comments

Hello Fulgen,



Unfortunately, there are no basic tools to modify the global search results in the application. However, you can edit a schema that is responsible for displaying the found data taken from a particular object according to your needs. You can modify the diff part of the code in the inherited from the object schema located in a Custom package. For accounts it is AccountSearchRowSchema and for contacts - ContactSearchRowSchema.

 

Best regards,

Bogdan S.

Bogdan Spasibov,

 

Thank you so much Bogdan. Do you have any example how I can put sorting based on CreatedOn field on diff?

Hi Fulgen Ninofranco,

 

We've tried to set up such a filtering feature as well as discussed the task with Creatio R&D team. Alas, as it was mentioned before, there is no option to modify the global search results in the application. The platform uses the Elastic Search engine that returns the result as it is and we cannot affect it somehow manually. 

 

Regards, 

Anastasiia

Show all comments