django-search-admin-autocomplete
django-search-admin-autocomplete copied to clipboard
Using JavaScript to reduce requests to server
In many cases, the requests going to the server becomes very high. Using client-side JavaScript for web pages, we can reduce these requests bearing the risk for outdated data. Perhaps can make a switch to decide between client-side searches vs server-side searches.