Closed argiepiano closed 2 years ago
This seems like an easy fix. I will try to get this done by the end of the week if possible. Thanks for the detailed synopsis, I appreciate it.
This has been done. https://github.com/backdrop-contrib/search_api/releases/tag/1.x-1.0.06 Thank you for your patience. Closing this issue.
Recently, in the Entity Plus issue queue (https://github.com/backdrop-contrib/entity_plus/issues/115), someone reported an undefined constant ENTITY_CUSTOM error invoked by Search API.
Please note that, since this commit in Oct 2021, Entity Plus has prefixed all its constants as follows:
ENTITY_PLUS_CUSTOM
etc. This was done by @laryn to avoid a clash with Entity UI, which also defines those contants.
There are several instances in Search API where the old constants are still in use.