DataView File Not Appearing After Rename

Things I have tried

Example is that I have the following DataView query which looks for the “Trader Hash” string.

list 
from ""
where contains(file.name, "Trader Hash") 

After I rename a file, I expect the file to appear in the DataView query. But it doesn’t reflect until I restart the vault.

Is there a way for the DataView indexing to be triggered manually without restarting or have the indexing be more timely?

What I’m trying to do

Rename a file to fit a DataView query and to be able to see that file reflected in the DataView query.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.