A page in your DokuWiki was added or changed. Here are the details:
Date : 2018/04/08 15:42
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101
Firefox/59.0
IP-Address : 90.65.156.111
Hostname : LFbn-1-1539-111.w90-65.abo.wanadoo.fr
Old Revision:
http://ltb-project.org/documentation/white-pages/0.2/config_quick_search?rev=1520345549
New Revision:
http://ltb-project.org/documentation/white-pages/0.2/config_quick_search
Edit Summary: [Search filter]
User : coudot
@@ -17,7 +17,14 @@
<file php>
$quick_search_attributes = array('uid', 'cn', 'mail');
</file>
- <note>With this example, the search filter for query ''test'' will be
''(|(uid=*test*)(cn=*test*)(mail=*test*))''</note>
+ <note>With this example, the search filter for query ''test'' will be
''(|(uid=test)(cn=test)(mail=test))''</note>
+ ===== Substring match =====
+ By default, as shown in the example above, the query is used as exact
matching. You can change this by forcing substring match:
+ <file php>
+ $quick_search_use_substring_match = true;
+ </file>
+
+ <note>With this example, the search filter for query ''test'' will be
''(|(uid=*test*)(cn=*test*)(mail=*test*))''</note>
--
This mail was generated by DokuWiki at
http://ltb-project.org/
_______________________________________________
ltb-changes mailing list
[email protected]
https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes