Skip to content

Commit

Permalink
Adding retrieve specific fields docs (#7664)
Browse files Browse the repository at this point in the history
* Adding retrieve specific fields documentation #7507

Signed-off-by: AntonEliatra <[email protected]>

* Adding retrieve specific fields documentation #7507

Signed-off-by: AntonEliatra <[email protected]>

* Update retrieve-specific-fields.md

Signed-off-by: AntonEliatra <[email protected]>

* updating retrieve specific field typos

Signed-off-by: AntonEliatra <[email protected]>

* updating retrieve specific field typos

Signed-off-by: AntonEliatra <[email protected]>

* adding details per comments

Signed-off-by: AntonEliatra <[email protected]>

* Apply suggestions from code review

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: AntonEliatra <[email protected]>

* updating as per review comments

Signed-off-by: Anton Rubin <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: AntonEliatra <[email protected]>

* updating as per PR comments

Signed-off-by: Anton Rubin <[email protected]>

---------

Signed-off-by: AntonEliatra <[email protected]>
Signed-off-by: Anton Rubin <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
(cherry picked from commit 18acb50)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 19, 2024
1 parent 93a79ac commit b1d2cb3
Show file tree
Hide file tree
Showing 2 changed files with 907 additions and 0 deletions.
1 change: 1 addition & 0 deletions _search-plugins/searching-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ Feature | Description
[Paginate results]({{site.url}}{{site.baseurl}}/opensearch/search/paginate/) | Rather than a single, long list, separate search results into pages.
[Sort results]({{site.url}}{{site.baseurl}}/opensearch/search/sort/) | Allow sorting of results by different criteria.
[Highlight query matches]({{site.url}}{{site.baseurl}}/opensearch/search/highlight/) | Highlight the search term in the results.
[Retrieve specific fields]({{site.url}}{{site.baseurl}}search-plugins/searching-data/retrieve-specific-fields/) | Retrieve only the specific fields

Check failure on line 21 in _search-plugins/searching-data/index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _search-plugins/searching-data/index.md#L21

[OpenSearch.LinksMidSlash] Add a slash after '{{site.url}}/{{site.baseurl}}' in '({{site.url}}{{site.baseurl}}search-plugins/searching-data/retrieve-specific-fields/)'.
Raw output
{"message": "[OpenSearch.LinksMidSlash] Add a slash after '{{site.url}}/{{site.baseurl}}' in '({{site.url}}{{site.baseurl}}search-plugins/searching-data/retrieve-specific-fields/)'.", "location": {"path": "_search-plugins/searching-data/index.md", "range": {"start": {"line": 21, "column": 27}}}, "severity": "ERROR"}
Loading

0 comments on commit b1d2cb3

Please sign in to comment.