reventlou icon indicating copy to clipboard operation
reventlou copied to clipboard

support linebreaks

Open b3z opened this issue 5 years ago • 3 comments

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

b3z avatar Dec 18 '20 11:12 b3z

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

b3z avatar Dec 19 '20 23:12 b3z

related to https://github.com/RediSearch/RediSearch/issues/1749

b3z avatar Dec 21 '20 16:12 b3z

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 avatar Dec 21 '20 16:12 b3z