Explorar el Código

Clarify use of matcher

alexweissman hace 7 años
padre
commit
d2655a89ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/11.searching/docs.md

+ 1 - 1
pages/11.searching/docs.md

@@ -42,7 +42,7 @@ $(".js-example-matcher").select2({
 });
 ```
 
->>>> When a remote data set is used, Select2 expects that the returned results have already been filtered.
+>>>> `matcher` only works with **locally supplied data** (e.g., via an [array](/data-sources/arrays)!  When a remote data set is used, Select2 expects that the returned results have already been filtered on the server side.
 
 ### Matching grouped options