Skip to content

Commit

Permalink
Merge pull request #141 from pantheon-systems/add-back-kint
Browse files Browse the repository at this point in the history
Adding back kint
  • Loading branch information
stovak authored May 3, 2022
2 parents c98f9a3 + ce442d8 commit b887c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ with the concept usage in a Solr context:

# TROUBLESHOOTING

* `drush search_api_pantheon:diagnose` (`sapd`) The DIAGNOSE command will check the various pieces of the Search API install
* `drush search-api-pantheon:diagnose` (`sapd`) The DIAGNOSE command will check the various pieces of the Search API install
and throw errors on the pieces that are not working. This command will develop further as the module nears general availability.

* `drush search_api_pantheon:select` (`saps`) This command will run the given query against Solr server. It's recommended to use
* `drush search-api-pantheon:select` (`saps`) This command will run the given query against Solr server. It's recommended to use
`?debug=true` in any Solr page to get a good query to pass to this command to debug results.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"drupal/search_api_solr": "^4.2",
"guzzlehttp/guzzle": "^6.5.2",
"http-interop/http-factory-guzzle": "^1.0",
"kint-php/kint": "^4.1",
"php-http/guzzle6-adapter": "^2.0",
"psr/event-dispatcher": "^1.0"
},
Expand Down

0 comments on commit b887c5c

Please sign in to comment.