v3.0.2 release notes¶
Bug fixes¶
Fix site search: when searching by specific page models (
search_filterable=True
) on MySQL databases, no search results would be returned. We have applied a workaround to this bug in Wagtail, with one small caveat: for example when filtering by a modelWebPage
, the search results on SQLite and Postgres will return results forWebPage
and anything inheriting fromWebPage
. On MySQL, it will ONLY returnWebPage
results. However, the bug still persists in the Wagtail Admin search and will need to be fixed in a future version of Wagtail.
Thank you!¶
Thanks to everyone who contributed to 3.0.2 on GitHub.