v3.0.2.rst 776 B

1234567891011121314
  1. v3.0.2 release notes
  2. ====================
  3. Bug fixes
  4. ---------
  5. * 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 model ``WebPage``, the search results on SQLite and Postgres will return results for ``WebPage`` and anything inheriting from ``WebPage``. On MySQL, it will ONLY return ``WebPage`` results. *However, the bug still persists in the Wagtail Admin search and will need to be fixed in a future version of Wagtail.*
  6. Thank you!
  7. ----------
  8. Thanks to everyone who contributed to `3.0.2 on GitHub <https://github.com/coderedcorp/coderedcms/milestone/52?closed=1>`_.