landing page via php (blade)
This commit is contained in:
parent
a080faa91d
commit
43748471dc
9 changed files with 378 additions and 80 deletions
|
@ -54,7 +54,7 @@ export default {
|
|||
Object.entries(filterItems).forEach(([key, valueArray]) => {
|
||||
// console.log(`${key} ${valueArray}`);
|
||||
valueArray.forEach(function (value) {
|
||||
filterFields += "&fq=" + key + ":(" + value + ")";
|
||||
filterFields += '&fq=' + key + ':("' + value + '")';
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue