Skip to content

Sanitize the field to remove html tags before saving for search. #249

@PixeledCode

Description

@PixeledCode

Description
Currently for people using CKEditor, using Meilisearch creates a lot of html tags in Meilisearch result as well. That's not really ideal and creates a lot of issues when using other Meilisearch features like crop etc.

Basic example
In my current project, I'm using CkEditor as rich text content editor but it outputs html tags which although is great for my usecase, creates a lot of problems for Meilisearch.

Other
One solution I could think of is basically sanitize the content that Meilisearch scarps before saving. Or maybe saving multiple fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions