If a user adds data to the select2 data source while a user is searching in selec2, how can I ensure that the data retrieved with select2 is the most up-to-date data? How can I reload data with ajax every time a key is pressed in the search section (Other users can add data to the selec2 source by the way). Do you have an example of this? Thank you.