Skip to content
This repository was archived by the owner on Sep 4, 2023. It is now read-only.
This repository was archived by the owner on Sep 4, 2023. It is now read-only.

Search endpoint retains bold class on tags #27

@khrome83

Description

@khrome83
        "tags": [
            "<span class=\"font-bold\">svelte</span>",
            "<span class=\"font-bold\">vue</span>",
            "<span class=\"font-bold\"><span class=\"font-bold\">tailwind</span></span>css",
            "<span class=\"font-bold\"><span class=\"font-bold\">css</span></span>"
        ],

Each search, svelte, vue, tailwind, CSS added the span around the bolded world. Somehow that stayed in memory on the lambda instead of clearing it out. It will also keep adding the class when it is searched for next time.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions