Harris Bard Lapiroff

Results 66 comments of Harris Bard Lapiroff

Turntable is back. https://turntable.fm/

Are the management commands sufficient for this?

Veeeeeery preliminary proof of concept work for this exists on [`50-manager`](https://github.com/wagtail/wagtail-autocomplete/tree/50-manager)

Sounds like a bug! Thanks for the report

Unfortunately, because `autocomplete_search_field` is concatenated directly into a database query, computing it using python isn't possible. I'm open to considering implementations of this (maybe we can create a `autocomplete_search(search: str)...

That makes sense—and that's also the sort of thing that could plausibly be solved in-database with annotations or something like them. Hmmmmmmm. 🤔

I'm officially marking this as a desirable feature and will accept a PR that makes the autocomplete search method customizable. See discussion in #47 for more information.

Might be worth looking at rewriting using this https://github.com/reactjs/react-autocomplete

That looks like a good UI solution to me 👍 It's looking good!