#3 works.
#273 fixed the initial issue of the captcha being unusable on a multistep form, but the captcha module persistence settings do not appear to be honored. The recaptcha appears on every step of the multistep form regardless of the persistence settings.
1.4.0 release worked with Facets 3.0.0-beta1 for me. Pretty path setting showed up immediately in the URL Processor for my facet source.
After clearing caches, the facets added to my search view via the exposed filters (new to Facets 3.0) worked, except I was getting duplicate urls for the facets. The patch in this other issue took care of that https://www.drupal.org/project/facets_pretty_paths/issues/3254600#commen... π Cannot filter properly when using facet pretty paths Fixed
I added a MR for to update the composer.json file. In the meantime, anyone who wants to use this module with Facets 3.0 can do so by adding an alias to their project composer.json where they require Facets.
"drupal/facets": "3.0.0-beta1 as 2.0.6",
matthewmessmer β made their first commit to this issueβs fork.
I mean the field storage settings on the field I was trying to change the sort for. Where you set if the field cardinality, etc. It could be that it was just a caching issue, but the options to use natural sort were not showing up when editing the view otherwise. I think I did a drush cr after applying the patch and it wasn't showing up though.
The option to change sorting on fields to natural sort wasn't appearing for me until I resaved the field settings. And then I had to manually rebuild the vns index to get the new field sorts added to the views_natural_sort table. This might need an update hook so that it can be added on existing installs.
After reindexing the sorting works as expected on my plain text fields though.
matthewmessmer β created an issue.
volkswagenchick β credited matthewmessmer β .