wagtail / guide

A website to teach Wagtail CMS to content editors, moderators and administrators.
https://guide.wagtail.org
BSD 3-Clause "New" or "Revised" License
32 stars 26 forks source link

Missing search_fields definitions for page models #290

Closed thibaudcolas closed 1 year ago

thibaudcolas commented 1 year ago

When searching for basic terms, like "screen", there should be results.

Sample search with no results: https://guide.wagtail.org/en-latest/search/?query=screen

This page has "screen" 6 times: https://guide.wagtail.org/en-latest/how-to-guides/manage-pages/. There are lots of "screen" elsewhere too.


It looks like we’re not defining any search_fields in our page models: https://docs.wagtail.org/en/stable/topics/pages.html#search

thibaudcolas commented 1 year ago

Fixed in #374