Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

(feat: anon/backend) : Typeahead API: Companies & Tags Autocomplete #577

@polopulao

Description

@polopulao

For any queries, or anything, join out [Telegram Group](https://t.me/shogenlabs) or contact [Poulav](https://t.me/impoulav), [Soham](https://t.me/tosoham) or [Rahul](https://t.me/darkdanate)

Title

Typeahead API: Companies & Tags Autocomplete

Description

  • Type of Issue: Feature / Backend / API / Search

  • Directory: anon/backend

  • Task :

    • Endpoint: GET /typeahead?q=&scope=companies|tags|all&limit=10
    • Use trigram index or prefix index; return {value, kind, slug|name}.
    • Cache for 60s; rate-limit aggressively.
  • Current:

    • Only full search; FE lacks autocomplete.
  • Expected:

    • Fast, low-latency suggestions while typing across companies/tags.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions