wagtail-autocomplete
wagtail-autocomplete copied to clipboard
Add autocomplete_allow_unpublished attribute to target model to allow unpublished pages to be returned by search
This skips returning live and returns the base queryset instead.
Thanks, @tbock! We'll look over this feature soon.
Before finding this PR, I took another approach here: #182.
Happy to go with either approach and take this feature over the finish line, if anyone is willing to review it