|
From: <var...@us...> - 2021-11-17 18:21:06
|
Revision: 10656
http://sourceforge.net/p/phpwiki/code/10656
Author: vargenau
Date: 2021-11-17 18:21:02 +0000 (Wed, 17 Nov 2021)
Log Message:
-----------
TitleSearch and FullTextSearch: add limit=1000 to display (almost) all results instead of default 50
Modified Paths:
--------------
trunk/pgsrc/FullTextSearch
trunk/pgsrc/TitleSearch
Modified: trunk/pgsrc/FullTextSearch
===================================================================
--- trunk/pgsrc/FullTextSearch 2021-11-17 18:12:35 UTC (rev 10655)
+++ trunk/pgsrc/FullTextSearch 2021-11-17 18:21:02 UTC (rev 10656)
@@ -1,4 +1,4 @@
-Date: Wed, 3 Aug 2021 09:27:34 +0000
+Date: Wed, 17 Nov 2021 19:13:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=FullTextSearch;
@@ -6,7 +6,7 @@
charset=UTF-8
Content-Transfer-Encoding: binary
-<<FullTextSearch>>
+<<FullTextSearch limit=1000>>
----
Modified: trunk/pgsrc/TitleSearch
===================================================================
--- trunk/pgsrc/TitleSearch 2021-11-17 18:12:35 UTC (rev 10655)
+++ trunk/pgsrc/TitleSearch 2021-11-17 18:21:02 UTC (rev 10656)
@@ -1,4 +1,4 @@
-Date: Wed, 3 Aug 2021 09:27:34 +0000
+Date: Wed, 17 Nov 2021 19:13:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=TitleSearch;
@@ -6,7 +6,7 @@
charset=UTF-8
Content-Transfer-Encoding: binary
-<<TitleSearch>>
+<<TitleSearch limit=1000>>
----
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|