Skip to content
Discussion options

You must be logged in to vote

Hi @coderhs, great question :) Thanks for reaching out to ask.

You're right, there isn't a way for something not to be in a scope. This has come up quite a bit but I'm not really sure how to solve it at the moment the way the code is written.

I'd imagine the performance penalty won't be too great in the default scenario as I imagine it: An item from an active list gets moved to the archive list which by default (unless you specify a new position) will be at the end of the list. The reordering functions will fire on the archive list but they won't actually affect any existing members as there are none beyond the end of the list.

Are you noticing actual slowness in your queries? We do use a…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by coderhs
Comment options

You must be logged in to vote
0 replies
Comment options

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

@brendon
Comment options

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