Stop regex_error exception when quick navigating to article landmarks (#9299)
* VBufStorage: limit the length of attribute values to 100 chracters when using them in regular expressions when finding nodes. Also catch regex_error thrown by regex_match.
* VBufStorage: log a debug warning if an attribute is truncated when matching.
* VBufStorage: clarify log call.
* Fix typo in comment.
* Update what's new.