Frank J Bruzzaniti
2009-Feb-18 02:24 UTC
[Xapian-discuss] Searching multiple databases with omega
I have several db's i'd like to serach with a single query with omega butI can;t seem to get it to work. If I do: http://localhost/cgi-bin/omega?DB=scanned_documents I get: Database `scanned_documents' couldn't be opened But this works fine: http://localhost/cgi-bin/omega?DB=default both databases are in the same folder and have the same permissions. If I check scanned_documents with delve if lists the correct amount of documents. Any ideas?
On Wed, Feb 18, 2009 at 12:54:38PM +1030, Frank J Bruzzaniti wrote:> both databases are in the same folder and have the same permissions. > If I check scanned_documents with delve if lists the correct amount of > documents.Do they have the same owner and group as well as the same permissions? Do the files inside the database directory have matching permissions, owner, and group for the two databases? Does it work if you run omega from the command line instead of via CGI? Cheers, Olly