make the filter selection semi-strict
This commit is contained in:
parent
18f949d9bf
commit
309cdd4306
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ export default class filters {
|
||||||
async select(URL = window.location.href) {
|
async select(URL = window.location.href) {
|
||||||
let SELECTED = await (async () => {
|
let SELECTED = await (async () => {
|
||||||
// Get the filters.
|
// Get the filters.
|
||||||
let filter = await search(`filters`, URL, `URL`, false, {"cloud": -1});
|
let filter = await search(`filters`, URL, `URL`, 0.5, {"cloud": -1});
|
||||||
|
|
||||||
// If there are filters, then filter the URL.
|
// If there are filters, then filter the URL.
|
||||||
return filter;
|
return filter;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue