Skip to content
Discussion options

You must be logged in to vote

I almost have something working, but I can't get it to work well with null fields.

sort object("front", 0, "back", 1, "icebox", 2)[burner] asc

This works but null fields are sorted first. I tried using default (and ldefault) and for some reason that filters null fields out of the results, which isn't what I was hoping for.

sort object("front", 0, "back", 1, "icebox", 2)[default(burner, 3)] asc

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AB1908
Comment options

@dim882
Comment options

Answer selected by dim882
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants