Area: Monetization (audit p10) · Surface: GET /account/credits (CreditController), /account/credits/buy (CreditPurchaseController); doc at /know/mobieus-credits · Dimension: documentation · Severity: major
The mobieusCredits knowledge article is well written but effectively undiscoverable: it does not appear on the /know/index browse page, and the obvious search query 'credits' (or 'credit', or 'cosmetics') returns 'No results' — the search index apparently does not tokenize 'mobieusCredits'/'Credits' to match the stem 'credit'. A member who wants to learn about the in-community currency they earn and spend cannot reach this article by browsing or by the most natural search. This is a documentation-discoverability defect: the doc exists but Law 7's intent (users can find it) is unmet.
Evidence
Article exists: `curl https://support.mobieus.io/know/mobieus-credits` => HTTP 200, title 'mobieusCredits — earn, spend, top up', 475 words, good content. BUT it is NOT on the index: `grep -c mobieus-credits /tmp/know_real_index.html` => 0 (while server-boosts/course-sales/paid-forums each => 1). AND the natural search terms fail: `?q=credits` and `?q=credit` and `?q=cosmetics` all return `No results`. Only non-obvious queries surface it (`?q=top%20up` and `?q=mobieusCredits` hit). Code surfaces are live: platform/src/Controllers/CreditController.php:20 index, platform/src/Controllers/CreditPurchaseController.php:34 start (buy), :95 success.
Suggested fix. 1) Add the mobieus-credits article to the /know/index listing alongside the other monetization articles. 2) Fix search tokenization / add aliases so 'credits', 'credit', and 'cosmetics' return the article (e.g. include those terms in the article's searchable keywords/title, or enable stemming/substring match on compound product names like mobieusCredits).
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus