Skip to content

Conversation

@jeeger
Copy link

@jeeger jeeger commented Jul 30, 2024

arachne.aristotle.query.compiler/op expects queries to generally have at most three arguments. For
this to be true with :top-n and :order queries, the sort conditions need to be packed inside a
list.

With the old spec, the sort conditions were not nested, and thus op received the sort condition
keyword as a2 and the direction keyword as amore, with the query appended.

`arachne.aristotle.query.compiler/op` expects queries to generally have at most three arguments. For
this to be true with `:top-n` and `:order` queries, the sort conditions need to be packed inside a
list.

With the old spec, the sort conditions were not nested, and thus `op` received the sort condition
keyword as `a2` and the direction keyword as `amore`, with the query appended.
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

Successfully merging this pull request may close these issues.

1 participant