From 5fc339ba885765870ffb95f5a2876df602bbfefb Mon Sep 17 00:00:00 2001 From: alexweissman Date: Wed, 11 Oct 2017 19:48:15 -0400 Subject: [PATCH] explain server-side filtering --- pages/06.data-sources/02.ajax/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/06.data-sources/02.ajax/docs.md b/pages/06.data-sources/02.ajax/docs.md index 37936e62..4e1a28e5 100644 --- a/pages/06.data-sources/02.ajax/docs.md +++ b/pages/06.data-sources/02.ajax/docs.md @@ -83,7 +83,7 @@ $('#mySelect2').select2({ }); ``` ->>> Select2 expects results from the remote endpoint to be filtered on the **server side**. If server-side filtering is not possible, you may be interested in using Select2's [support for data arrays](/data-sources/arrays) instead. +>>> Select2 expects results from the remote endpoint to be filtered on the **server side**. See [this comment](https://github.com/select2/select2/issues/2321#issuecomment-42749687) for an explanation of why this implementation choice was made. If server-side filtering is not possible, you may be interested in using Select2's [support for data arrays](/data-sources/arrays) instead. ## Default (pre-selected) values