Geobert Quach
Geobert Quach
Great that you opened this ticket. Before sleeping, I had this conclusion as well:Â the pagination/indexation feature is quite separated from `collections` which force a migration. So we either provide...
Not conflictual, I'm still a bit confused by collections as I don't use them ^^' But still separated. If we create a collection, we cannot paginate it.
I agree. What other default collections to we have? `collection.pages`?
Ok, I'll do a PR to add the alias. Shall I add a warning of some kind?
And if compatibility is configurable and disabled, we don't alias?
Do you think the aliasing flag should be global or per index only?
for the warning, I'm not sure on what to say. atm: ``` warn!("`collections.posts` is an alias to `paginator` object for compatibility. Consider migrating to `paginator`"); ```
What do you call "Implicit paginator"? The 2nd thing is the aliasing to `paginator`, isn't it?
I misunderstood then: what I've done so far is if pagination is activated, I'm… I've created the PR to show you what I've done so far ^^
So for the moment, I'm relying on user activation for pagination to run and aliasing to be done. What you're saying is that we should auto activate the paginator +...