Fizes filter not working on modal.

This commit is contained in:
Mateus Machado Luna 2018-11-21 11:35:52 -02:00
parent b23abaa6b8
commit e3f8904b06
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@
this.isSearchingLoading = true;
let query_items = { 'current_query': this.query };
let query = `?order=asc&number=${this.maxNumSearchResultsShow}&searchterm=${this.optionName}&` + qs.stringify(query_items);
let query = `?order=asc&number=${this.maxNumSearchResultsShow}&search=${this.optionName}&` + qs.stringify(query_items);
if (!this.isFilter)
query += '&hideempty=0';