diff --git a/base_name_search_improved/views/ir_model_views.xml b/base_name_search_improved/views/ir_model_views.xml index ceb0fbb983e..93d91ed6374 100644 --- a/base_name_search_improved/views/ir_model_views.xml +++ b/base_name_search_improved/views/ir_model_views.xml @@ -17,27 +17,27 @@ + If "Smart Search" has been activated, searches will have a more "relaxed" behaviour. Odoo natively searches for records that include the phrases entered as they are entered. When activating this option it will search for records that contain entered words regardless of the order in which they are entered. For example if we search for a Contact "Fred Flinstone", Odoo would by default only return those records that contain exactly that phrase. With Smart Search active any record containing the words "Fred" and "Flinstone" will be returned.

By enabling Smart Search you can also add configure these two optional behaviours: + >Smart Search Fields. You can define a set of fields by which we want to search +

IMPORTANT: Please note that enabling smart search may affect the performance of searches and the system in general. + >IMPORTANT: Please note that enabling smart search may affect the performance of searches and the system in general.