Skip to content

Commit

Permalink
chore: Regenerate docs
Browse files Browse the repository at this point in the history
Closes #3168
  • Loading branch information
michaelbromley committed Jan 15, 2025
1 parent c8c0c16 commit cd5b722
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import MemberDescription from '@site/src/components/MemberDescription';

## ElasticsearchPlugin

<GenerationInfo sourceFile="packages/elasticsearch-plugin/src/plugin.ts" sourceLine="224" packageName="@vendure/elasticsearch-plugin" />
<GenerationInfo sourceFile="packages/elasticsearch-plugin/src/plugin.ts" sourceLine="225" packageName="@vendure/elasticsearch-plugin" />

This plugin allows your product search to be powered by [Elasticsearch](https://github.com/elastic/elasticsearch) - a powerful Open Source search
engine. This is a drop-in replacement for the DefaultSearchPlugin which exposes many powerful configuration options enabling your storefront
Expand Down Expand Up @@ -53,7 +53,7 @@ const config: VendureConfig = {
## Search API Extensions
This plugin extends the default search query of the Shop API, allowing richer querying of your product data.

The [SearchResponse](/reference/graphql-api/admin/object-types/#searchresponse) type is extended with information
The [SearchResponse](/reference/graphql-api/shop/object-types/#searchresponse) type is extended with information
about price ranges in the result set:
```graphql
extend type SearchResponse {
Expand All @@ -75,6 +75,7 @@ type PriceRangeBucket {
extend input SearchInput {
priceRange: PriceRangeInput
priceRangeWithTax: PriceRangeInput
inStock: Boolean
}

input PriceRangeInput {
Expand Down

0 comments on commit cd5b722

Please sign in to comment.