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 @@
Smart Search can be activated in two complementary ways:
- -
+
-
Smart Search: when searching in list, kanban and other views, the first option will be to search using "Smart Search"
+ >Smart Search: when searching in list, kanban and other views, the first option will be to search using "Smart Search"
- -
+
-
Smart Name Search: when searching for a record from another record through the m2o/m2m widgets, for example when adding a Product in a Sales Order Line or when selecting a Contact in an Invoice.
+ >Smart Name Search: when searching for a record from another record through the m2o/m2m widgets, for example when adding a Product in a Sales Order Line or when selecting a Contact in an Invoice.
-
+
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:
- - Define a Smart Search Domain (for example, only show internal users and not portal users)
- -
+
- Define a Smart Search Domain (for example, only show internal users and not portal users)
+ -
Smart Search Fields. You can define a set of fields by which we want to search
-
+ >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.