Skip to content
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

Allow sort by "updated_at" #724

Open
kyungmin opened this issue Dec 19, 2014 · 1 comment
Open

Allow sort by "updated_at" #724

kyungmin opened this issue Dec 19, 2014 · 1 comment

Comments

@kyungmin
Copy link

There has been a dashboard request on being able to sort transactions by most recent change: balanced/balanced-dashboard#1578

However, sorting by updated_at is currently not supported by the API:

  "errors": [
    {
      "status": "Bad Request",
      "status_code": 400,
      "description": "Unable to sort on unknown field \"updated_at\" Your request id is OHM66e21f9487ae11e49c920230f00c9248.",
      "request_id": "OHM66e21f9487ae11e49c920230f00c9248"
    }
@mjallday
Copy link
Contributor

search index does not include updated_at as a field so not trivial to sort this in ES. we'd need to add updated_at as a field that we index.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants