Skip to content

Commit 529d238

Browse files
committed
feat(pat-auto-suggest): Enable caching.
1 parent a28a386 commit 529d238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pat/auto-suggest/auto-suggest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ export default Base.extend({
258258
dataType: this.options.ajax["data-type"],
259259
type: "GET",
260260
quietMillis: this.options.ajax.timeout,
261+
cache: true,
261262
data: (term, page) => {
262263
const request_data = {
263264
index: this.options.ajax["search-index"],

0 commit comments

Comments
 (0)