b3z / reventlou

Personal db information management system.
GNU Lesser General Public License v3.0
84 stars 3 forks source link

support linebreaks #13

Open b3z opened 3 years ago

b3z commented 3 years ago

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

b3z commented 3 years ago

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

b3z commented 3 years ago

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

b3z commented 3 years ago

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.