Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

support linebreaks #13

Open
b3z opened this issue Dec 18, 2020 · 3 comments
Open

support linebreaks #13

b3z opened this issue Dec 18, 2020 · 3 comments
Assignees
Labels
await Need to wait for something else to fix bug Something isn't working

Comments

@b3z
Copy link
Owner

b3z commented Dec 18, 2020

Somehow we lose linebreaks while saving and if we search for stuff with linebreaks they are not found.

@b3z b3z added the feature Planned feature label Dec 18, 2020
@b3z b3z added this to the 1.0.0 milestone Dec 18, 2020
@b3z
Copy link
Owner Author

b3z commented Dec 19, 2020

The issue right now is that somehow linebrakes are being lost in the process of saving. We need to fix that.

@b3z b3z added bug Something isn't working and removed feature Planned feature labels Dec 19, 2020
@b3z b3z pinned this issue Dec 19, 2020
@b3z b3z unpinned this issue Dec 19, 2020
@b3z
Copy link
Owner Author

b3z commented Dec 21, 2020

related to RediSearch/RediSearch#1749

@b3z
Copy link
Owner Author

b3z commented Dec 21, 2020

The most simple workaround would be to replace each \n with \n (space + \n) on inserts

This is the fix for now. The plan is to change to the new fix which might be offered by RediSearch soon or later.

@b3z b3z closed this as completed in b37cc72 Dec 21, 2020
@b3z b3z reopened this Dec 21, 2020
@b3z b3z added the await Need to wait for something else to fix label Dec 21, 2020
@b3z b3z self-assigned this Dec 21, 2020
@b3z b3z removed this from the 1.0.0 milestone Dec 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
await Need to wait for something else to fix bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant