Closed mgax closed 8 months ago
This fixes the bug in https://github.com/wagtail/wagtail-vector-index/issues/18 where an index pulled from the registry is unable to perform search() and query() operations.
search()
query()
Thanks @mgax - this seems like a sensible improvement to me. Aware merging this may cause some conflicts for #52 if we decide to merge that but let's get this in first.
This fixes the bug in https://github.com/wagtail/wagtail-vector-index/issues/18 where an index pulled from the registry is unable to perform
search()
andquery()
operations.