mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-30 20:24:54 +03:00
Added due to now not being able to perform an exact search where contains a trailing backslash. Now all backslashes in exact terms are consided escape chars and require escaping themselves. Potential breaking change due to search syntax handling change. Related to #4535.