You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#557 added highlighting of the search term in search results. This could break the rendering of search results if the term occurs in identifiers (e.g. internal links) instead of normal text.
Steps to reproduce
Create two information pages. Let x, y be their IDs
On the first page, create an internal link to the second page like [Second page](page:y) and publish this change
Search for the numeric value of ID y
There is an internal server error, since y has been replaced by **y**, which cannot be casted to an int
The text was updated successfully, but these errors were encountered:
not really, they are all over the place. Intended behaviour would be to use the minutes date for minutes. It would probably be best to sort information pages to the front to make them visible
#557 added highlighting of the search term in search results. This could break the rendering of search results if the term occurs in identifiers (e.g. internal links) instead of normal text.
Steps to reproduce
[Second page](page:y)
and publish this changey
has been replaced by**y**
, which cannot be casted to an intThe text was updated successfully, but these errors were encountered: