- You can use the <code>ajax.processResults</code> option to modify the data returned from the server before passing it to Select2.
+ You can use the <code>ajax.processResults</code> option to modify the data returned from the server before passing it to Select2. The data structure returned by <code>processResults</code> should match the format as specified above.