Skip to content

Commit

Permalink
feat(pat-auto-suggest): Enable caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Jan 10, 2025
1 parent a28a386 commit 529d238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pat/auto-suggest/auto-suggest.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ export default Base.extend({
dataType: this.options.ajax["data-type"],
type: "GET",
quietMillis: this.options.ajax.timeout,
cache: true,
data: (term, page) => {
const request_data = {
index: this.options.ajax["search-index"],
Expand Down

0 comments on commit 529d238

Please sign in to comment.