Matt Westcott
Matt Westcott
Have confirmed that the current instructions do work, but you have to wait several seconds after `docker compose up --build -d` for the database initialisation to complete before running the...
@AnishaSingh0118 The screenshot you've posted doesn't seem to relate to this issue. (To be clear - @biofsphere is just the reporter for this issue, not a member of the Wagtail...
@dopry My point is that exact matching on tokens is the most basic, minimum-viable-product mode of operation for a search engine - everything else is essentially adding layers of "fuzziness"...
Have now done some digging, and I think the problem is captured by this note in https://docs.wagtail.org/en/latest/topics/search/searching.html#searching-pages: > Before the `autocomplete()` method was introduced, the search method also did partial...
This is fixed for the PostgreSQL search backend in #9900. Autocompletion does not currently work at all on the sqlite or mysql FTS backends, and so these retain the existing...
(reopening as #10673 was only a partial fix)
Thanks for your interest @sohankamble! We do not assign issues outside of the core team - anyone is welcome to work on any issue. As you can see above, @sande265...
As far as I know this is still open, so go ahead!
@saurabhbakolia As I said above, there's no need to seek permission - anyone is free to work on any issue.
@thibaudcolas My impression is that the intent of the code in jquery.autosize.js was to disable the ability to vertically resize the textarea by dragging, so that vertical sizing was entirely...