We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45ac1f commit 22fdfabCopy full SHA for 22fdfab
CHANGES.txt
@@ -11,6 +11,14 @@ Fixed:
11
. fixed the date module so that Date(". - 2d") works
12
13
Feature:
14
+ . added capability to save queries:
15
+ - a query Class with name, klass (to search) and url (query string) properties
16
+ - a Multilink to query on user called queries
17
+ - html templates for query, and a list of queries in user.item
18
+ - search form has Save button & name input
19
+ - saved queries put in menu in pagehead
20
+ - for migration, none of the above is required and old behavior preserved.
21
+ - showquery translates search form <-> query string
22
. cleaned up the indexer code:
23
- it splits more words out
24
- removed code we'll never use (roundup.roundup_indexer has the full
0 commit comments