Blame view
sources/apps/search/appinfo/info.xml
762 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<?xml version="1.0"?> <info> <id>search</id> <name>Advanced Search</name> <description>Allows users to interact with search results (e.g. delete, share) using the same view available in the Files app. Much like iTunes, you can interact with your search results in a file list. It uses the current search providers available ownCloud (i.e. they only search by file name) but I plan to start building more search providers soon. This project is still in beta testing; please submit all bugs or feature requests to https://github.com/andrewsbrown/owncloud-core/issues.</description> <licence>AGPL</licence> <author>Andrew Brown</author> <require>4.93</require> <shipped>false</shipped> <standalone/> <types> <filesystem/> </types> </info> |