Skip to content

Improve searchbar #19

@kkerti

Description

@kkerti

Overview

All pages on the documentation site are indexed by meilisearch with a script running while building the project. The "body" of the pages are present in the doc.body field. The package marked is being used to convert the markdown bodies into HTML, so it can be rendered.

  1. When the user starts to search, the last 4 entries will try to show relevant answers.
    image
    Task: Show only the description field in the search query, instead of the body.

  2. When a query response has tags from the indexed document, they show up like an array. Make them simple text tags, make it "human readable" and not so lame.
    image

  3. Return 5 entries instead of 4.

  4. Improve the padding and design of the search field, if you have any better idea!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions