I am unable to see records from quotes and invoices modules in global search , how to enable this ? or what should i fix ?
Hey
Please go to Admin → Search settings
There you can select which modules to enable in global search
i have enabled it here, but it still does not display the records from invoices and quotes, should i do any other changes ?
I have basic search as my search engine. Suitecrm v8.8 and i searched for text that is the an invoice title starts with
For example if the invoice title is “ABB consulting 2025”. I search for ABB and it shows me the invoice.
Can you do a similar test ?
hey thanks. this is working in basic engine, so in the basic search or advanced search i wnat it fetch the records even if numbers are searched,
ABBConsulting2025
when i search 2025 i want it show me the records with 2025 on it how to the Achieve this
There is setting/index in the config.php called search_wildcard_infront. by default it’s value is false. set it to true and it will search within the string as well.
if you want to do it just sometime in the search string type %2025 and it will fetch the results
thank you ! this is a life saver !