Hello,
in our existing application we have problem to detect that content of a view has changed. We can detect that number of documents in view has changed, but sometimes are documents are just updated, or same number of documents gets added and removed to the view.
Since it is a helpdesk application it users have the app open all day and we want to get updates to them both quickly and efficiently.
What we have done is to compute column using time difference of @Modified from some time constant and then check column total. This was best idea we had :(
Would it be possible to have services that would return that view has changed since some timestamp (probably with option to trigger indexer or not). Even better would be option to get only viewentries that were changed since the timestamp.
Thanks,
Martin