-
The search is broken on the site, for example, open this page https://flathub.org/apps/search?q=local%20AI. Of the first 10 results, only 1 is related to the user's request! Don't you think this is wr…
-
Having all results only in the small dropdown under the search bar makes it difficult to use the search properly. It's good for quick searches, but there should be an option for more advanced search, …
-
Enhance the "Adopting a Pet" page by adding an advanced search feature. This will help users find their ideal pets more easily by filtering based on various criteria.
**Filters:**
Type of Animal (Ca…
-
I'm querying products of MOD14A2 using platform in the query arguments.
If I am filtering for "platform" = "terra" or "aqua" the latest item in 2024 is from day 065.
However if I don't filter for pl…
-
@hescu - great work on this project! I have not found much to comment on in the code base - your work is very good! But I did find some funky behavior when playing around on the deployed app.
On th…
-
## Description
Exact match filtering occasionally fails to return expected results on stemmed fields. For examples below:
- Exact match filtering works for 'Adidas' but returns no results for 'The…
-
-
### Dependency
- [ ] This issue is not to be assigned/worked on until #1754 has been completed, and API issues (#1770 & #1771) PRs have been approved.
### Overview
This issue represents the final…
-
### Description
After migrating from 1.29 to 1.31 our organization faced an incident where catalog backends were consuming all DB connections in their pools rendering the whole system unresponsive.…
-
### Describe the bug
When I execute this code:
```typescript
console.log('Filtering by sources', sources);
const results = await search(db, {
where: {
source: sources,
…