+ Add post
Hi Team, We are able to update the global search result for a few of the OOTB object schemas by replacing the corresponding module such as AccountSearchRowSchema and for contacts - ContactSearchRowSchema. a)OOTB object schema, Contact, Account https://community.creatio.com/questions/modify-global-search-result b)I...MoreLess
Like
Hi Bhoobalan,
You can track if the global search results for the section uses its own SearchRowSchema or the BaseSearchRowSchema...MoreLess
Oscar Dylan,
This is informative and thanks for sharing the steps! I have an issue, By default, the card search is working for the BankCard...MoreLess
Bhoobalan Palanivelu,
Please send a complete code of the SearchRowSchema of the BankCard schema.
Best regards,
Oscar
Thanks for the quick response! Unfortunately, there is no SearchRowSchema of the BankCard schema.
I have enabled the indexed...MoreLess
Thank you!
I understood that you've created the SearchRowSchema for the BankCard and asked to share its code.
I...MoreLess
Thanks, please let me know the results once you have a successful implementation. I enabled the index in the section page of BankCard...MoreLess
Any update on this part, please? Best regards,
Bhoobalan Palanivelu.
Hi,
I am sorry, but I don't need the BaseSearchRowSchema from your app (I do also have access to the BaseSearchRowSchema...MoreLess
That is the catch here, I couldn't find any SearchRowSchema for BankCardSchema. That is what I have shared in previous comment...MoreLess
Any help/update on this? Best regards,
Bhoobalan PAlanivelu
Please read my post with the instruction carefully. I've asked to create a replacing view module using the BaseSearchRowSchema...MoreLess
I have followed the same steps as suggested and there needs a little update. Step 1: Find the target object for GS result update...MoreLess
Interesting.Will this work for Details as well, if we make a SearchRowSchema?
Is that possible to modify fields in Global Search Result?
Below is the screenshot for my global search, but here I want to add toher data in the rights side of result panel.
Any Idea or Academy link for this ?
Thank you.
Dear Riddhi Jadeja,
There are no basic tools to modify the global search results in the application. However, you can edit a schema that...MoreLess
Dean Parrett,
Thanks a lot Dean. I will try that.
I stumbled across this post because I also want to modify my search results.
How exactly do I do this?
I found the "AccountSearchRowSchema...MoreLess
Hello!
You should use "Replacing view model". Let me provide you with an example based on the Account section. Here is ...MoreLess
Thank you very much for the detailed explanation. It's working!
Kate Karpik,
Thank you for this information. Unfortunately, it is not working for me. I am trying to add the BirthDate field from Contacts...MoreLess
Dear Arie Knoester,
It is absolutely expected behavior for the "GlobalSearchResult" page. By default, ElasticSearch (the Global Searc...MoreLess
Thank you very much for the information! I think we will work around this by using a custom text field for Contact birth dates.