Duplicated items in recent content feature

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/11/2013 8:25:30 AM
Gravatar
Total Posts 537
feet planted firmly on the ground

Duplicated items in recent content feature

The Recent Content feature can output the same feature instance multiple times, which doesn't seem desirable, and when you follow the link then of course you only see the latest version. e.g. on the demo site it is currently showing three different edits to the home page. Could it show only the latest?

3/11/2013 11:41:56 AM
Gravatar
Total Posts 18439

Re: Duplicated items in recent content feature

Hi,

Looking on the demo site right now I'm not seeing any duplicates in the recent content feature. When making multiple edits in a row within a short time interval it could be a timing issue because the search index is not updated instantly. There is a task which processes the indexing queue on the first loop it deletes items based on the key and then on the next loop it indexes the updated content for that key. But occasionally duplicates for a key can happen in the search index if edits happens in short rapid succession. If a duplicate does occur for a given item it will usually get cleared up after the final edit when it processes the index data again.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.