Browsers run AJAX applications such as the Beagle webinterface within a restricted environment, and hence the webinterface cannot directly access the contents of any of the files on your computer without your permission. To give the webinterface permission to access your files, follow the instructions below for your browser:
(See MozillaZine:Links to local pages do not work for detailed explanation)
Due to the above mentioned security feature, the browser takes no action when the links in the results are clicked. You can disable the security feature for only the links obtained from the webinterface by putting the following three lines into a file called user.js and placing it in your firefox profile directory.
user_pref("capability.policy.policynames", "localfilelinks"); user_pref("capability.policy.localfilelinks.sites", "http://localhost:4000"); user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");With these lines in place, the browser will open the respective file when a search result link is clicked.
Epiphany has the same solution as Mozilla Firefox above. The only difference is the location of user.js — it should be:
~/.gnome2/epiphany/mozilla/epiphany/user.js
Beagle supports a search syntax similar to the major search engines you are probably familiar with. If you see too many results for a query, consider refining your search.
date:d1 | On date d1 |
date:d1-d2 | From date d1 to d2, both inclusive |
date:-d2 | On or before date d2 |
date:d1- | On or after date d1 |
property | applies to | description |
---|---|---|
title | Document | Title of document, mapped to dc:title e.g. title tag of HTML files |
creator | Document | Creator of the document, mapped to dc:creator e.g. creator of PDF files |
author | Document | Author of the document |
summary | File | Brief description of the content, mapped to dc:subject |
artist | Music file | Name of artist |
album | Music file | Name of album |
genre | Music file | Genre of music |
mailtoaddr | Email address of receipient | |
mailto | Name of receipient | |
mailfromaddr | Email address of sender | |
mailfrom | Name of sender | |
mailinglist | Id of mailing list e.g. <dashboard-hackers.gnome.org> | |
speakingto | Chat | Speaker |
Addressbook | Email address | |
imagetag | Image file | IPTC keywords and F-Spot, Digikam image tags |
imagecomment | Image file | Comments and descriptions found in image including IPTC caption, Exif comment |
imagemodel | Jpeg image | Model of camera e.g. EOS2D |
inarchive | File | Use inarchive:true to search in archive contents |
inattachment | Use inattachment:true to search in email attachments | |
pkggroup | Package | Group to which the package belongs e.g. Configuration |
keyword | description |
---|---|
source | Source of the content e.g. source:EvolutionDataServer to search in EDS calendar and contact entries |
type | Hittype of the content e.g. type:IMLog to search in chat logs |
filetype | Specific type for file results e.g. filetype:image to search in image files |
mimetype | Mimetype of the content e.g. mimetype:text/plain to search in files with mime-type text/plain |