Improve doc (#1976)

This commit is contained in:
Christophe Maudoux 2021-02-11 23:02:52 +01:00
parent e9c3d39883
commit d6fa0dfbf2

View File

@ -27,12 +27,13 @@ Just enable it in the Manager (section “plugins”). Then, set searching attri
You can provide a 'multiValuesSeparator' separated list of allowed searching values that will be displayed as an HTML <select> list.
uid#Identity => dwho; Dr Who; rtyler; Rose Tyler; msmith; Mr Smith
uid#Identity#1 => dwho; Dr Who; rtyler; Rose Tyler (allow empty value)
attribute#placeholder[#empty] => value1; placeholder1; value2; placeholder2
- By example:
uid#Identity => dwho; Dr Who; rtyler; Rose Tyler; msmith; Mr Smith
uid#Identity#1 => dwho; Dr Who; rtyler; Rose Tyler (allow empty value)
Entries are sorted by alphabetical order.
.. attention::