File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Keep in mind that PPM is still in an early stage of development and can cause is
22
22
23
23
When using the ` SearchFilter ` and case insensivity, Doctrine will use the ` LOWER ` SQL function. Depending on your
24
24
driver, you may want to carefully index it by using a [ function-based
25
- index] ( http://use-the-index-luke.com/sql/where-clause/functions/case-insensitive-search ) or it will impact performanc
25
+ index] ( http://use-the-index-luke.com/sql/where-clause/functions/case-insensitive-search ) or it will impact performance
26
26
with a huge collection. [ Here are some examples to index LIKE
27
27
filters] ( http://use-the-index-luke.com/sql/where-clause/searching-for-ranges/like-performance-tuning ) depending on your
28
28
database driver.
You can’t perform that action at this time.
0 commit comments