We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28a386 commit 529d238Copy full SHA for 529d238
src/pat/auto-suggest/auto-suggest.js
@@ -258,6 +258,7 @@ export default Base.extend({
258
dataType: this.options.ajax["data-type"],
259
type: "GET",
260
quietMillis: this.options.ajax.timeout,
261
+ cache: true,
262
data: (term, page) => {
263
const request_data = {
264
index: this.options.ajax["search-index"],
0 commit comments