wagtail-autocomplete icon indicating copy to clipboard operation
wagtail-autocomplete copied to clipboard

Allow draft content to be returned

Open pcraciunoiu opened this issue 4 months ago • 0 comments

One of my company's clients wanted the option to autocomplete draft wagtail content too. This adds a way to do that by not using the .live() queryset when a custom queryset is defined.

I couldn't find any immediate usages for the objects view, but I modified that too, seems nice to have a custom queryset there.

Sorry for the linting, my editor did that. If needed I can re-apply my changes without the lint change.

Thanks for building this library!

pcraciunoiu avatar Mar 08 '24 00:03 pcraciunoiu