Milestone 5 polish
This commit is contained in:
parent
8d1e1ff583
commit
e8fdfe6e17
6 changed files with 76 additions and 5 deletions
|
|
@ -587,10 +587,14 @@ class RegistryService:
|
|||
status: str | None = None,
|
||||
language: str | None = None,
|
||||
framework: str | None = None,
|
||||
ability: str | None = None,
|
||||
capability: str | None = None,
|
||||
) -> list[SearchResult]:
|
||||
return self.store.search(
|
||||
query,
|
||||
status=status,
|
||||
language=language,
|
||||
framework=framework,
|
||||
ability=ability,
|
||||
capability=capability,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue