Added PR with fix.
xsdx β made their first commit to this issueβs fork.
There are some alignment issues when alt enabled. Image is on top instead of centered.
Hi anaconda777. You can index user flags. When you select to enable flag indexing on the bottom you will see the options to choose which flags you want to index like in screenshot. This is example for "Follow user" flag for example.
You can simply add in a view for example if flag is "Like" Sort by Search: Like (desc)
There is a processor in the Search API which is giving you the option to index flag counts then after indexing this can be used in Search API index view
This is something that needs to be resolved on the Flag module and not this one.
Reviewed and patch works ok.
Reviewed and merged
Reviewed and commited
Attaching patch for the issue as previous one was not uploaded correctly.
Attaching patch for the issue. Patch is for 4.0.x branch
@apokek I see that code in MR !12 has many code changes that are not related to related Datadome integration.
Many things are already on 4.0.x-dev branch that should be there since that branch is for D9/10 and here we have a mix.
This MR should contain code only regarding datadome integration and be against 4.0.x-dev branch and then backport it to 8.3.
@operinko
This looks like something possibly related to domain module instead of fastly module.
There were at least 2 issues on domain and domain site settings module reported for similar issues:
https://www.drupal.org/project/domain/issues/3005048 β
and
https://www.drupal.org/project/domain_site_settings/issues/2930391 β
Can you check those if it helps you out ? Tnx
Closing this as D10 compatibility is on 4.0.x-dev branch.
All compatibility fixes are already on 4.0.x-dev branch.
Looks good.
Works ok
Fixed