-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3294ab
commit 9efe4c5
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,15 @@ | |
<name>The Search Page</name> | ||
<summary>Provides a proper search page</summary> | ||
<description><![CDATA[🔎 A Search Page for your Nextcloud instance | ||
- [Changelog](https://raw.githubusercontent.com/callmemagnus/nextcloud-searchpage/main/CHANGELOG.md) | ||
- [Help translate this application](https://app.transifex.com/nextcloud/nextcloud/thesearchpage/) | ||
It works like the existing search widget, uses the same sources to query BUT | ||
It works like the existing search widget, uses the same sources to query BUT | ||
displays the results in a more readable and browsable fashion. | ||
The content of the results depends on the other applications installed on | ||
your Nextcloud instance. Every Nextcloud application can become a search | ||
The content of the results depends on the other applications installed on | ||
your Nextcloud instance. Every Nextcloud application can become a search | ||
provider and get its results displayed by this application. | ||
Out of the Nextcloud box, you usually get the following providers: | ||
|
@@ -31,7 +31,7 @@ Out of the Nextcloud box, you usually get the following providers: | |
Because of its design, the results depend on the implementation of the providers | ||
in respective application. | ||
Known issues with other applications: | ||
Known issues with other applications: | ||
- users -- [by design(?), it always returns an empty array](https://github.com/nextcloud/server/issues/41274) (it is hidden/disabled in this application) | ||
- fulltextsearch -- does not seem to AND the query terms, OR is usually less relevant | ||
|
@@ -41,7 +41,7 @@ Known issues with other applications: | |
Don't hesitate to leave a comment here or a rating! | ||
]]></description> | ||
<version>1.2.4</version> | ||
<version>1.2.5</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" homepage="https://magnus.anderssen.ch">Magnus Anderssen</author> | ||
<namespace>TheSearchPage</namespace> | ||
|