Support Center

Because Mallnline bridges multiple verticals, organizations, and thousands of Malets, we've built a Universal Search Index designed to unify every aspect of the Virtual Mall into a lightning-fast search experience.

Whether you're looking for a specific handmade scarf, a blog post from a local photographer, or a support manual on managing your uCart, everything is instantly accessible from a single powerful search engine.

You can trigger the Universal Search from anywhere in the Virtual Mall:

  • Click the Search Bar located directly in the top navigation menu.
  • Use the Keyboard Shortcut: Press ⌘K (Mac) or Ctrl+K (Windows/Linux) to instantly pop open the global search modal without leaving your current page.

What gets searched?

The Universal Search index crawls and aggregates context from the entire platform:

  • Products & Items: Retail goods, digital downloads, and physical inventory.
  • Services: Bookable appointments, salon reservations, photography sessions, or consultations.
  • Malets & Organizations: Direct profiles for specific businesses (e.g., m|luminara-crafts or o|acme-corp).
  • Blogs: Articles, updates, and portfolio posts published by Malet Owners.
  • Platform Guides: Support articles (like the one you are reading right now!) and Developer SDK manuals are fully indexed so you never have to leave the mall searching for help.

When you type a query, the results will highlight which category they belong to, helping you quickly distinguish a blog post about "Baking" from an actual bookable "Baking Class" service.

TIP

The search engine is highly typo-tolerant. Even if you slightly misspell a complicated Malet name or product, the system's phonetic matching and per-vertical synonym mappings will auto-correct to find the best match.

The search bar is sigil-aware — it recognizes Mallnline's handle prefixes and automatically filters results by entity type.

What You Type What Happens
m|luminara Filters to Malets matching "luminara"
@meekdenzo Filters to Users matching "meekdenzo"
o|acme Filters to Organizations matching "acme"
luminara (no sigil) Standard search across all entity types

When you type a sigil prefix, the autocomplete dropdown dynamically updates its section label — instead of the default "Blogs & More", you'll see "Malets", "Users", or "Organizations" depending on the prefix.

The search bar also includes the Sigil Normalizer — if you type m/luminara or m:luminara on mobile (where the pipe | is hard to reach), it auto-corrects to m|luminara in real-time. For more about sigils and handles, see Understanding Handles & Sigils.

NOTE

The normalizer is smart enough to avoid false corrections — typing an email like m.co@gmail.com or a domain like m.co.uk will not trigger sigil conversion.

While Global Search explores the entire virtual mall, sometimes you already know you are inside the exact Malet you want to make a Murchase from, but you just need to find a specific item from their catalog.

To solve this, Mallnline features Per-Malet Scoped Search:

How it works

  1. Contextual Awareness: Whenever you navigate into a specific Malet, the top navigation search bar automatically detects your context.
  2. The Handle Filter: A visual pill containing the Malet's handle (e.g., m|handle) will automatically slide into the search input box (similar to subreddit search filters).
  3. Scoped Results: Any query you type will now exclusively search that specific Malet's Products, Services, and Blogs.
  4. Catalog Routing: Pressing enter routes you directly to the Malet's customized /[handle]/catalog page, filtering the entire Outlet layout to match your keyword dynamically without bouncing you back out to the global lobby.

Escaping the Scope

If you decide you actually do want to search the entire mall instead of the current Malet, simply click the 'X' on the m|handle filter pill inside the search box, or hit your Backspace key when the input is empty. The interface will instantly revert to the standard Global Universal Search.

NOTE

Scoped search empowers Malet Owners to provide a massive catalog to their Visitors without risking their buyers immediately abandoning their Malet to view competitor results.

Result Tabs

When viewing search results on the full search page, a row of type tabs lets you focus on exactly the kind of content you are looking for:

Tab What it shows
All Every match across all categories
Products Physical and digital goods from Malets
Services Bookable appointments and consultations
Malets Malet storefronts matching your query
Blogs Blog posts and articles published by Malet Owners
Orgs Organization profiles
Guides Platform developer guides
Help Support Center knowledge base articles

Each tab displays a live count badge so you can see at a glance how many results exist in each category before clicking.

Section Tag Chips

Below the search results header you may see a row of tag chips. These are curated section tags assigned to Malets by their owners (e.g., Handmade, Organic, Premium). Clicking a chip narrows your results to only items from Malets tagged with that label. You can toggle multiple chips at once, and click an active chip again to remove that filter.

Advanced Filtering

Beyond text search and tabs, the sidebar offers additional facets:

  • Item Type: Radio buttons to restrict results to Products only, Services only, or All.
  • Price Range: Min/max inputs to narrow by price.
  • Status: Toggle to show only available items.
  • Near Me: If permitted, the search uses your location to isolate bookable local services or physical Malets configured with geographic bounding boxes.

Whether you're making a Murchase across five different Malets via your uCart, or just hunting down an old organizational memo, the search engine puts the entire Virtual Mall right at your fingertips.

The Help Center at the top of the Support Center features its own dedicated search bar that searches across all 59+ support manuals in the knowledge base.

How it works

  1. Type your question into the Help Center search bar — for example, "returns" or "malet subscription".
  2. Instant autocomplete — results appear within milliseconds as you type, displaying the article title, category badge, and a body text preview.
  3. Keyboard navigation — use Arrow keys to browse results, Enter to navigate, and Escape to dismiss.
  4. Click any result to navigate directly to the full support article.

Help articles are also surfaced in the Global Search (⌘K) dropdown — when you search from anywhere on Mallnline, relevant help articles appear in a dedicated "Help Articles" section below other results. You can also filter to help articles exclusively by clicking the Help tab on the full /search results page.

TIP

Help Center search is typo-tolerant and searches across article titles, body content, and category names — so even a partial or misspelled query will find what you need.


NOTE

For Developers: See Universal Search Guide for the full technical architecture, including the Meilisearch index configuration, searchSupportArticles GraphQL query, and ingestion pipeline.