mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 22:14:06 +01:00
fix: can filter with tag
This commit is contained in:
parent
8d002841cc
commit
a4aaba87c7
@ -173,7 +173,7 @@ function searchProjectsQuery(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (tagFilter && tagFilter !== "all") {
|
if (tagFilter && tagFilter !== "all") {
|
||||||
query = query.in("tags.tag_name", [tagFilter]);
|
query = query.in("project_tag.tag.value", [tagFilter]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (searchTerm) {
|
if (searchTerm) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user