Issues that need to be resolved for a new release (feel free to add):

#3387304: Filter search result by current language?
#3386972: Serchable, sortable and filterable attributes change check incorrect
#3386267: Move autocomplete feature to a submodule
#3386270: Facets do not generate based on facet module settings
#3386859: Remove unused services and params in SearchApiMeilisearchBackend
#3385708: Reindexing problems after removing config mapping
#3386050: Synonyms processor throws an error after changing index server
#3386043: Filterable attributes not updating when number of fields do not change
#3383952: Update Meilisearch dependency to a recent 1.x series version
#3382621: Remove workaround for optional queries
#3382618: Rename MeiliSearchApiServiceInterface's setSettings and getSettings
#3311231: Sorting and sort boost
#3383366: Change how all_fields and fields are removed from processor config form
#3322856: Custom filter groups on a View (Search API index view) are not working
#3195156: Move items preparation code to a service.
#3383349: Synonyms processor text field error
#3382615: Fix unnecessary multiple requests for each search
#3383536: Synonyms processor saving configuration to incorrect location
#3384050: Allow installation on Drupal 10 (do not require guzzle6-adapter)
#3385212: Remove Drupal 8 support
#3384535: Remove the possibility to add field with machine name id
#3382620: Catch errors when trying to retrieve indexes
#3384347: Remove entity id mapping config
#3385294: AJAX HTTP error occurred when adding search server
#3384784: Read-only index should not be removed
#3385017: Invalid characters in filter values returns an error

Once all issues are resolved, a new release of the module can be planned.

Comments

asrob created an issue. See original summary.

admirlju’s picture

It looks like that is the plan very soon. Just a few more important things have to be merged before that can be done.

deaom’s picture

Issue summary: View changes
tgoeg’s picture

Issue summary: View changes
tgoeg’s picture

Issue summary: View changes
bcizej’s picture

An upgrade to a new version implementing #3384347: Remove entity id mapping config means not only do the indexes have to be rebuilt, they have to be deleted and created anew (easiest by just drush cim after deleting the index as all views etc. also get lost when deleting the index; having a current config exported beforehand should be self-explanatory but could be added as well).

As mentioned in the other issue this needs to be looked at and fixed. I'll see if I can reproduce this and open a new issue.

tgoeg’s picture

Issue summary: View changes

Discussion regarding this moved to a separate issue, #3385708: Reindexing problems after removing config mapping.
I'll also remove it from the issue's description and only reference it in the issue list to keep this cleaner.

deaom’s picture

Issue summary: View changes
bcizej’s picture

Version: 1.0.x-dev » 2.x-dev

Created a new 2.x branch

bcizej’s picture

I created a 1.1.0-rc release which still uses v0.28 so the users are not stuck on the ancient and mostly broken 1.0.0 release while we work on creating a 2.x release supporting the latest meilisearch server.

deaom’s picture

Issue summary: View changes
admirlju’s picture

Issue summary: View changes
bcizej’s picture

Status: Active » Fixed

Version 2.0.0 has been released. Thanks everyone for your contributions.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.