Hello, I am creating and modifying tickets via the REST api, then performing searches using the search API as well.
A frequent use case is setting the status to "solved", then soon after searching tickets based on subject string and status:open, and I'll receive back tickets that just should have been set to status:solved. Is this expected behavior? Is there a lag on some API operations, such as modifying status, and the search API getting returning those updated results? If I wait and indeterminate time, say 1 minute, and search I get expected results based on recent status modifications.