215 Posts
iliil
7 years ago
Topic

We created a Joomla component that dynamically creates content (as described in https://www.seblod.com/resources/tutorials/create-content-dynamiclly-using-code) and it works perfectly, the content is written immediately in the database.

However, for some reason the created content does not appear immediately in a SEBLOD list. We tried to keep refreshing the page and it takes up to 60 seconds until the newly added items appear in the list. it seems like the list is refreshed every minute. We tried to turn off all the caches we are aware of (SEBLOD cache on search + on render and Joomla cache), but without success.

Is it possible to refresh the list programmatically to get rid of this delay? Or any other idea?

Thanks for help

Michal

Get a VIP membership
4229 Posts
Kadministrator
7 years ago
0
Level 1

Turn on search query debugging and see which time is used in the search and what matching has been set, it is possible you will need to override default time limits by putting Article Publish Up field in the search form and set different matching on it. e.g. < or =

215 Posts
iliil
7 years ago
0
Level 1

Thanks so much, Klas!

It works now.

Michal

Get a Book for SEBLOD