A page in your DokuWiki was added or changed. Here are the details:
Date : 2018/04/18 14:28
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101
Firefox/52.0
IP-Address : 213.41.140.203
Hostname : redonhopital-adsl.pck.nerim.net
Old Revision:
http://ltb-project.org/documentation/white-pages/0.2/config_quick_search?rev=1524054368
New Revision:
http://ltb-project.org/documentation/white-pages/0.2/config_quick_search
Edit Summary: Use substring match by default for quick search
User : nqb
@@ -17,14 +17,15 @@
<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 =====
+ ===== Exact matching =====
- By default, as shown in the example above, the query is used as exact
matching. You can change this by forcing substring match:
+ By default, as shown in the example above, the query is used as substring
match. You can change this by forcing exact matching:
<file php>
- $quick_search_use_substring_match = true;
+ $quick_search_use_substring_match = false;
</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>
+
--
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