Index: jquery.autocomplete.js =================================================================== RCS file: /opt/Repository/MobilSense/MobilSentry/Products/MobilSentry/Src/CSS/share/assets/jquery.autocomplete.js,v retrieving revision 1.1 diff -u -r1.1 jquery.autocomplete.js --- jquery.autocomplete.js 10 Jan 2010 06:46:45 -0000 1.1 +++ jquery.autocomplete.js 15 Jan 2010 23:20:55 -0000 @@ -230,6 +230,9 @@ }, getSuggestions: function(q) { + if (this.options.noCaching) { + this.clearCache(); + } var cr, me; cr = this.isLocal ? this.getSuggestionsLocal(q) : this.cachedResponse[q]; if (cr && $.isArray(cr.suggestions)) {