- Issue created by @ressa
- π©πͺGermany mkalkbrenner π©πͺ
I agree with the suggested wording in 2.
Regarding the string replacement in 1: we leverage the search_api logger. I quickly checked the search_api code and the string replacement there is the same.
But yes, it is not working (anymore). Could you create a corresponding issue in search_api's queue and link it here? - π©π°Denmark ressa Copenhagen
Thanks for a fast response, I created π Logger string replacement doesn't work Fixed .
- Status changed to Needs review
over 1 year ago 9:57am 28 June 2023 - π©π°Denmark ressa Copenhagen
And great with the README, I created a PR: https://github.com/mkalkbrenner/search_api_solr/pull/92.
- π©πͺGermany mkalkbrenner π©πͺ
And great with the README, I created a PR: https://github.com/mkalkbrenner/search_api_solr/pull/92.
I already committed a corresponding change some hours ago.
-
mkalkbrenner β
committed 34a1aaf0 on 4.x
Issue #3370571 by ressa, mkalkbrenner: improced README
-
mkalkbrenner β
committed 34a1aaf0 on 4.x
- Status changed to Fixed
about 1 year ago 8:17am 21 September 2023 - π©π°Denmark ressa Copenhagen
This has been fixed, so closing this issue.
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 1 year ago 12:23pm 15 October 2023 - π©π°Denmark ressa Copenhagen
The Solr logger issue has been fixed in another issue.
- πΊπΈUnited States sjhuskey
I just tried following the instructions in the README.md file with my site, Drupal 10.3.0 running locally with DDEV. When I tried
ddev drush --numShards=1 search-api-solr:upload-configset dll_catalog
, as recommended in the documentation, I received the following error:Command "search-api-solr:upload-configset" is not defined. Did you mean one of these? search-api-clear search-api-disable search-api-enable search-api-index search-api-list search-api-search search-api-solr-delete-and-reinstall-all-field-types search-api-solr-get-server-config search-api-solr-multilingual-delete-and-reinstall-all-field-types search-api-solr-multilingual-get-server-config search-api-solr:execute-raw-streaming-expression search-api-solr:finalize-index search-api-solr:get-server-config search-api-solr:install-missing-fieldtypes search-api-solr:reinstall-fieldtypes search-api-status search-api:clear search-api:disable search-api:disable-all search-api:enable search-api:enable-all search-api:index search-api:list search-api:rebuild-tracker search-api:reset-tracker search-api:search search-api:server-clear search-api:server-disable search-api:server-enable search-api:server-list search-api:set-index-server search-api:status
I tried
ddev drush --numShards=1 search-api-solr-get-server-config dll_catalog
and found that the "--numShards" option does not exist.