mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-03-06 10:05:12 +08: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.