• How to "ignore" some characters with the global search ?

    Hello, I want to know if one of you know how to customize the GLOBAL SEARCH to ignore certains characters (for instance - or / or .) ? Obviously, the "problem" is more an elasticsearch concern ; what would be great is that the query is launch with…
  • Can I disable a module from GlobalSearch using REST API or specific settings from the code?

    Hello, Is there an easy way to disable a module from the global search using the REST API or maybe through the code ? The purpose is, for instance, to avoid that a new module created from the builder is automatically enabled. Many thanks, F…
  • GlobalSearch / ElasticSearch - Complementary sort by date

    Hello, is there a way, with the GlobalSearch, to sort the results with the same score according to another criteria (for instance the expected close date for the opportunity, the date modified etc.). Best regards, Fred
  • Deleted records still showing in search

    I have an `after_delete` logic hook for `Accounts` such that it delete all associated `Notes` and `Contacts`. Here is the hook: class DeleteAssociatedRecords { function delete_associated_records( $bean, $event, $arguments ) { $accountId = $bean…
  • Custom field in Global Search not show in list view

    Hi, I tried to add custom field brand_c to Global Search but it not show in a list view, it will show after click preview in full Global Search page. Screenshot: field brand_c and status are already in Studio > Leads > Layouts > Search in Default column…
  • Global Search return difference result in 2 nodes

    Hi, I have problem with when I search in global search result from both node return different result I have 2 nodes for server, both server using same elastics server. It seem to happen with new record. Do anyone has same issue ? Please suggest me. Sugar…
  • Global Search, delay SQS execution?

    When starting a global search the queries start immediately, causing some pretty large UNIONs to be generated. For example, as soon as the user typed the letter c in the search window the following executed: - ( SELECT users . id , users . first_name…
  • Search always returns "No results were found"

    We've recently been working with upgrading to Sugar 7.6. One of the main problems is that the Search (Global) at the top left does not ever return any results. The list view search works fine. Elasticsearch works correctly when curl'ing to it. I have…