Hi, thanks for running OpenAPK — my app Trending AI is listed here:
https://www.openapk.net/trendingai/whl.trending.ai/
Two small metadata issues:
1. The app can't be found by its actual name.
The project is named "TrendingAI" (one word) — that's the repo name
(github.com/HarlonWang/TrendingAI), the URL slug, and how people search for it.
It's listed as "Trending AI" (two words), and the search seems to be a plain
substring match, so:
/search/?q=TrendingAI -> no results
/search/?q=trendingai -> no results
/search/?q=trending ai -> found
/search/?q=trending -> found
Could you add "TrendingAI" as an alias/alternate title (or normalize whitespace
in the search index)? Related: #33.
2. The Category field is empty.
The detail page shows an empty "Category" and the breadcrumb goes
OpenAPK > Categories > Trending AI with no category in between, so the app
can't be reached by browsing at all. Suggested: Internet, Reading
(it's a tech-news aggregator for GitHub Trending / Hacker News / Product Hunt —
similar to NerdSteam, which is listed as Games, Internet).
Everything else is fine — the latest release (0.22.0) was picked up correctly.
Thanks!
Hi, thanks for running OpenAPK — my app Trending AI is listed here:
https://www.openapk.net/trendingai/whl.trending.ai/
Two small metadata issues:
1. The app can't be found by its actual name.
The project is named "TrendingAI" (one word) — that's the repo name
(github.com/HarlonWang/TrendingAI), the URL slug, and how people search for it.
It's listed as "Trending AI" (two words), and the search seems to be a plain
substring match, so:
/search/?q=TrendingAI-> no results/search/?q=trendingai-> no results/search/?q=trending ai-> found/search/?q=trending-> foundCould you add "TrendingAI" as an alias/alternate title (or normalize whitespace
in the search index)? Related: #33.
2. The Category field is empty.
The detail page shows an empty "Category" and the breadcrumb goes
OpenAPK > Categories > Trending AI with no category in between, so the app
can't be reached by browsing at all. Suggested: Internet, Reading
(it's a tech-news aggregator for GitHub Trending / Hacker News / Product Hunt —
similar to NerdSteam, which is listed as Games, Internet).
Everything else is fine — the latest release (0.22.0) was picked up correctly.
Thanks!