open5e/open5e-api

Deprecate v1 search

Closed this issue · 1 comments

v1 Search is holding us back from updating to django 5.
This work is related to fully deprecating that search.
v2 search is a full replacement.

The goal is to create a flag and an update/build process that fully moves searches over to v2. This includes NOT resolving the relevant dependencies (I believe drf haystack at a minimum pins us to an older version of django).

Related to #489