Can this database to be shared across network for multiple users and configure Everything to use that specific file, instead each user index files from server ?
Only the server will update the database, all user will access that database. Could be this possible?
Can this database to be shared across network for multiple users and configure Everything to use that specific file
Re: How is your database working?
Everything is not really designed to do this.
A similar feature - The Everything Server Service is planned for Everything 1.5.
Please try the following:
To update the servers database on disk:
Run Everything.exe with the -update command line option:
Everything.exe -update
To use the servers database with a client:
Start Everything.exe with -db command line option:
Everything.exe -db \\server\everything\everything.db
Note: make sure Everything is not running before using this command.
A similar feature - The Everything Server Service is planned for Everything 1.5.
Please try the following:
To update the servers database on disk:
Run Everything.exe with the -update command line option:
Everything.exe -update
To use the servers database with a client:
Start Everything.exe with -db command line option:
Everything.exe -db \\server\everything\everything.db
Note: make sure Everything is not running before using this command.