Closed spaceageliving closed 1 year ago
Can you please provide a repo with the issue?
Having multiple collections configured is working correctly here.
Have you tried clearing the cache after updating your config too?
php please feedamic:clear
Thanks @martyf. Just tried clearing cache, no luck.
To provide repo, should I just give you access to the repo via GH?
I was considering moving the config file format to a single feed format as shown in docs because we don't need multiple feeds. Might this help in your opinion?
@martyf I may also be misunderstanding the limit parameter. Does this mean the most recent X items per collection will be presented?
limit
controls how many entries in total are returned. If you have 10 from "equipment" and 10 from "features", that's 20 total, your feed will only return the first 10 by date.
Not sure if you've seen it, but all the options are here.
If you want to return all entries, remove the limit
option.
If that doesn't work, I'll need to see the repo to see what's going on.
Let me try removing limit and see what happens…..
Don't forget to clear the cache too after changing your config. Note that when editing entries, the cache gets cleared for you, but Feedamic doesn't know when your config is different.
@martyf Removing the limit did the trick. Thanks for your support!
I'm glad that helped out :)
Bug description
Using the following config, I am only getting items from the first collection in the 'collections' array (equipment):
Steps to reproduce
Use the above config.
Environment and versions
Additional details
No response