-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
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
Update get.asciidoc #31084
Update get.asciidoc #31084
Conversation
Fix typo
Hi @demisx, thank you for the fix! Just for proper protocol, I'm going to kick off a docs build before merging. One small comment: would you mind updating the PR title to be more descriptive (something like 'Fix a typo in the 'get' request documentation')? |
Pinging @elastic/es-search-aggs |
@elasticmachine test this please |
I also just realized that this PR is against the |
@jtibshirani No problem. I've just clicked on the "Edit" button in the docs and followed the current defaults. This is how I've ended up with this PR. I've updated the comment per your request and changed the target to |
My apologies, I now see that we have a different workflow for docs updates that were initiated directly from the website. Let's switch the branch back to |
No worries. Done. Would really help if adjusting basic content in docs followed the simplest flow possible, thus encouraging more people to contribute with improvements. 👍 |
Fix typo (cherry picked from commit 51fbf8a)
Fix typo (cherry picked from commit 51fbf8a)
Fix typo (cherry picked from commit 51fbf8a)
* es/master: Take into account the return value of TcpTransport.readMessageLength(...) in Netty4SizeHeaderFrameDecoder Move caching of the size of a directory to `StoreDirectory`. (#30581) Clarify docs about boolean operator precedence. (#30808) Docs: remove notes on sparsity. (#30905) Fix MatchPhrasePrefixQueryBuilderTests#testPhraseOnFieldWithNoTerms run overflow forecast a 2nd time as regression test for elastic/ml-cpp#110 (#30969) Improve documentation of dynamic mappings. (#30952) Decouple MultiValueMode. (#31075) Docs: Clarify constraints on scripted similarities. (#31076) Update get.asciidoc (#31084)
* es/6.x: Fix compil after backport Fix index prefixes to work with span_multi (#31066) Delete superfluous UpdateRequest test Disable MultiMatchQueryBuilderTests. Disable UpdateRequestTest#testUnknownFieldParsing. Update get.asciidoc (#31084) When the 'strict' mapping option is enabled, make sure to validate split_queries_on_whitespace. Transport client: Don't validate node in handshake (#30737) (#31080) In the internal highlighter APIs, use the field type as opposed to the mapper. (#31039) [DOCS] Removes redundant authorization pages Upgrade to Lucene-7.4.0-snapshot-0a7c3f462f (#31073)
Fix typo in "Get" request documentation.