Skip to content

Commit b45aafd

Browse files
committed
Fix api settings to pull cache from cache settings by default
1 parent 6a0e2f6 commit b45aafd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/definitions/modules/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ $.fn.search = function(parameters) {
337337
apiSettings = {
338338
debug : settings.debug,
339339
on : false,
340-
cache : true,
340+
cache : settings.cache,
341341
action : 'search',
342342
urlData : {
343343
query : searchTerm

0 commit comments

Comments
 (0)