suche geht jetzt
This commit is contained in:
@@ -67,6 +67,7 @@ for(let i =0; i < dinge.value.length; i++) {
|
|||||||
function go_fs(){
|
function go_fs(){
|
||||||
console.log("These Filter applied: ", JSON.stringify(search_filter_status.value));
|
console.log("These Filter applied: ", JSON.stringify(search_filter_status.value));
|
||||||
feed.value = [];
|
feed.value = [];
|
||||||
|
feed2.value = [];
|
||||||
|
|
||||||
|
|
||||||
dinge.value.forEach((dinge) => {
|
dinge.value.forEach((dinge) => {
|
||||||
@@ -75,6 +76,10 @@ function go_fs(){
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
let i = 0;
|
let i = 0;
|
||||||
|
if (usr_search == undefined) {
|
||||||
|
feed = feed2;
|
||||||
|
return;
|
||||||
|
} else {
|
||||||
feed2.value.forEach(() => {
|
feed2.value.forEach(() => {
|
||||||
switch (feed2.value[i].type) {
|
switch (feed2.value[i].type) {
|
||||||
case "user":
|
case "user":
|
||||||
@@ -101,6 +106,7 @@ function go_fs(){
|
|||||||
}
|
}
|
||||||
i++;
|
i++;
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
console.log("Feed:", feed.value);
|
console.log("Feed:", feed.value);
|
||||||
|
|||||||
Reference in New Issue
Block a user