reventlou
reventlou copied to clipboard
support linebreaks
Somehow we lose linebreaks while saving and if we search for stuff with linebreaks they are not found.
~~The issue right now is that somehow linebrakes are being lost in the process of saving. We need to fix that.~~
related to https://github.com/RediSearch/RediSearch/issues/1749
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.