Skip to content

Fix order of request body search parameter names #40777

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

Merged

Conversation

spinscale
Copy link
Contributor

The order was random, which made it super hard to find anything. This
changes the order to be alphabetically.

Current on the docs website:

image

With this

image

The order was random, which made it super hard to find anything. This
changes the order to be alphabetically.
@colings86 colings86 added :Docs >docs General docs changes labels Apr 4, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-docs

@@ -188,46 +188,48 @@ to the client. This means it includes the time spent waiting in thread pools,
executing a distributed search across the whole cluster and gathering all the
results.

include::request/query.asciidoc[]
Copy link
Contributor

@jrodewig jrodewig Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! I agree that these parameters need a reorganization.

Not blocking, but I wonder if there is some value in leaving basic or commonly used parameters, like query or sort near the top.

It seems like a pertinent question is "how are users currently accessing these parameter pages?" I don't currently have access to Google Analytics or web analytics data (working on it), but that might give us an indicator.

That said, I'm good with proceeding if others are.

@spinscale spinscale merged commit 96439b5 into elastic:master Apr 9, 2019
spinscale added a commit that referenced this pull request Apr 9, 2019
…0777)

The order was random, which made it super hard to find anything. This
changes the order to be alphabetically.
spinscale added a commit that referenced this pull request Apr 9, 2019
…0777)

The order was random, which made it super hard to find anything. This
changes the order to be alphabetically.
jasontedor added a commit to jasontedor/elasticsearch that referenced this pull request Apr 9, 2019
…forced-unsafe-publication

* elastic/master:
  Improve Watcher test framework resiliency (elastic#40658)
  Fix order of request body search parameter names in documentation (elastic#40777)
  Node repurpose tool docs (elastic#40525)
  [Docs] Delete explanation for completion suggester default analyzer choice (elastic#36720)
  Revert "Revert "Change HLRC CCR response tests to use AbstractResponseTestCase base class. (elastic#40257)"" (elastic#40971)
  Short-circuit rebalancing when disabled (elastic#40966)
gurkankaymak pushed a commit to gurkankaymak/elasticsearch that referenced this pull request May 27, 2019
…astic#40777)

The order was random, which made it super hard to find anything. This
changes the order to be alphabetically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs General docs changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants