Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Crash with special characters #3

@Pitasi

Description

@Pitasi

Hi there, I just wanted to report a bug that happens when some special characters are used. In my case, I think the bad characters are some emojis I used in my book.

From the javascript console:
Cannot read property 'tf' of undefined

Adding this to book.json fixed the problem.

{
    "pluginsConfig": {
        "lunr": {
            "ignoreSpecialCharacters": true
        }
    }
}

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