We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was testing some make commands and noticed that the triplestore reindex command is failing with the following:
docker-compose exec -T drupal with-contenv bash -lc 'drush --root /var/www/drupal/web -l ${DRUPAL_DEFAULT_SITE_URL} vbo-exec all_taxonomy_terms emit_term_event --configuration="queue=islandora-indexing-triplestore-index&event=Update"' Command "vbo-exec" is not defined. make: *** [reindex-triplestore] Error 1
The text was updated successfully, but these errors were encountered:
I think that's a drush command from the views bulk operations module. It might not be installed/enabled.
Sorry, something went wrong.
Thanks. I just put in a PR to update the docs to reflect this: Islandora/documentation#2239
No branches or pull requests
I was testing some make commands and noticed that the triplestore reindex command is failing with the following:
The text was updated successfully, but these errors were encountered: