Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Go to file
Aileen Nowak 9f226416b2 🐛 Fixed admin search not handling certain characters (#877)
closes TryGhost/Ghost#8959

- Treated the search input as a literal string rather than `RegExp` to allow characters that need escaping in `RegExp` and disable `RegExp` characterslike `|`.
- Replaced any non-word characters in `highlighted-text` fn with escaped characters, so they're working with `RegExp`.
2017-09-28 11:25:13 +01:00
ghost/admin 🐛 Fixed admin search not handling certain characters (#877) 2017-09-28 11:25:13 +01:00