Hi,
I don't understand why when I run the command below not all files with the search query are returned. These files are uploaded by other users and because I am an editor on the shared box drive, I don't understand why this is happening. For example, when 'USER A' uploads two files say: Spectrum.dat and BHB.dat, the client search query only returns BHB.dat.
----Command----
items= client.search.search_for_content(
query='Spect OR Bhb', content_types=["name",], type="file",updated_at_range=date_range
)