Hi Aakansha Tyagi,
Its merged.
Hi Robbert,
I hope this module helps and your feedback is acceptable for improvements.
Hi Ajaykumar,
The forward slash is not allowed when deleting synonyms in Solr schema. If we want to add multiple synonyms, we can use comma in Synonyms field or create individual synonyms.
Reviewed and merged.
Reviewed the patch and its working. Thanks Bhupesh
@robbertnl
Just go to Edit any synonym and reverse the Word field text with Synonym field and Synonym field text with Word field and then update the form, Export to Solr, and check it again.
@robbertnl It may be confusion with Word and Synonym while adding synonyms. Can you reverse Word with Synonym and Synonym with Word and then check again?
Drupal 11 compatibility fixes done and implemented with latest release - https://www.drupal.org/project/page_not_found_files_reports/releases/1.0.4 โ
bhojwanipankaj05 โ made their first commit to this issueโs fork.
Drupal 10 Compatibility working with 2.x-dev branch.
Feature Request accepted and implemented it on new released -
https://www.drupal.org/project/solr_search_synonym/releases/2.0.4 โ
Thanks @guillaumepacilly
Code merged and fixed it in the new release - https://www.drupal.org/project/page_not_found_files_reports/releases/1.0.3 โ
@josepholstad As it shows No REST managed resource registered for franรงais and french path. You just need to register resource by adding this below line with POST or PUT method in postman or any other API management platform.
{"class":"org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager"}or reference
Reference screenshot attached. Please check
After registering resource you can follow the synonym export command.
Issue fixed and implemented with latest release - https://www.drupal.org/project/solr_search_synonym/releases/2.0.3 โ
Issue fixed and implemented with latest release - https://www.drupal.org/project/solr_search_synonym/releases/2.0.3 โ
1. Fix the issues reported by PHP_CodeSniffer
2. Additional changes implemented like used {@inheritdoc} and removed validateForm function.
@ankithashetty For dependency injection we have to use $container->get('config.factory') inside create function.
Changes implemented on the latest release - https://www.drupal.org/project/page_not_found_files_reports/releases/1.0.2 โ
@stijndmd If we are importing synonyms using drush command like - drush solr-search-synonym:export --plugin=solr_uploader --langcode=[YOUR_CHOSEN_LANGCODE]
here we can just pass langcode, its not related with configured language in admin synonyms setting. language configuration works with Import to Solr button in the admin synonyms listing page, where we need to change the language before importing data using Import to Solr button for a specific language.
Synonyms Multilingual support implemented with the new release 2.0.2
Fixed it with the new release 2.0.2
Changes implemented with the new release 2.0.2
This error is showing due to some extra entries are there in *_field_data table which is not on the main entity table. I have found the solution for it like we can add UUID field on the filter area of view and this error will be fixed and empty entries also will be removed from the list.
Hi folks,
By applying #14 patch, this empty entity fetal error is being fixed but we can see empty entries will be there in the list. So I have found the solution for it like added UUID field on media views and it fixed the error and removed empty entries which was available only on media_field_data table not on media table.
Hi @stijndmd,
Thank you for investigating this. I am checking the case and will resolve this as earliest possible.
Thanks for fixes in #2 @ritviktak, Reviewed the changes and its working fine as expected.
This has been fixed in 1.x branch.
Thanks for fixes in #10 @ritviktak, Reviewed the changes and its working fine as expected.
This has been fixed in 2.x branch.
The patch has been noted. It will be applied in the next release.
Hi bonzik,
Can you please share more description with screenshots?