On a page I am using a Do a Search for a thing and displaying the count using the :count operator.
While testing and demonstrating functionality, I have another page open to perform actions that would add entries to the database. I can then check the database and see the value added properly, however, on the page with the Do a Search for a thing and displaying the count, I do not see the count value increase, but after refreshing the page, the count increases as it should.
I thought the default behavior for using the Do a Search for a thing is to have real time updates and we needed to declare to keep it static if we do not want it to be updated in real time.