فهرست منبع

Fixed option name in global search documentation

Kévin Gomez 11 سال پیش
والد
کامیت
7ef96233db
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Resources/doc/reference/search.rst

+ 2 - 2
Resources/doc/reference/search.rst

@@ -2,7 +2,7 @@ Search
 ======
 
 The admin comes with a basic global search available in the upper navigation menu. The search iterates over admin class
-and look for filter with the option ``search_global`` set to true. If you are using the ``SonataDoctrineORMBundle``
+and look for filter with the option ``global_search`` set to true. If you are using the ``SonataDoctrineORMBundle``
 any text filter will be set to ``true`` by default.
 
 
@@ -46,4 +46,4 @@ Performance
 -----------
 
 The current implementation can be expensive if you have a lot of entities as the resulting query does a ``LIKE %query% OR LIKE %query%``...
-There is a work in progress to use an async javascript solution to better load data from the database.
+There is a work in progress to use an async javascript solution to better load data from the database.