|
Revision 2033, 1.3 kB
(checked in by karpet, 9 months ago)
|
reminder
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
A to-do list. |
|---|
| 2 |
|
|---|
| 3 |
Feel free to add/update items here (and feel freer to write code so that |
|---|
| 4 |
we can remove them). |
|---|
| 5 |
|
|---|
| 6 |
NOTE: This is not the same as the 3.0 planning document. See the pod/ dir for that. |
|---|
| 7 |
|
|---|
| 8 |
===================================================================== |
|---|
| 9 |
|
|---|
| 10 |
** Go over config.h |
|---|
| 11 |
|
|---|
| 12 |
Seems like the intent was to create more user-visible config options, rather than "hiding" them in config.h. |
|---|
| 13 |
|
|---|
| 14 |
** Configfile also for "read/search" operations |
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
** enhance search (regex, wildmatch, exact match) |
|---|
| 18 |
[ from the comments: ] |
|---|
| 19 |
- New config directive SearchMode [exact|partial|wildmatch|regexpr] |
|---|
| 20 |
- New cmdline option (to be defined) |
|---|
| 21 |
|
|---|
| 22 |
allow to specifiy how search will be done: |
|---|
| 23 |
- exakt string (no wildchars) (100% length and partial) |
|---|
| 24 |
- wildcard search (?, *): e.g.: wor?d*to*tch |
|---|
| 25 |
- regexpr. serach: e.g.: [a-z][0-9]*abc$ |
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
** Dealing with "and" "or: "not" "*" in searches |
|---|
| 29 |
|
|---|
| 30 |
seems like part of your quest for a better query parser? |
|---|
| 31 |
read any non-sleep-inducing Bison lately? |
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 |
** Altavista like search |
|---|
| 35 |
|
|---|
| 36 |
This is hard to track. Looks like rasc put it in there, |
|---|
| 37 |
but now it looks like it has been removed. Any ideas? It's marked as 95% complete. |
|---|
| 38 |
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 |
** licensing issues |
|---|
| 42 |
------------------ |
|---|
| 43 |
|
|---|
| 44 |
* files marked with karman note from 5.09.05 re: how original they are |
|---|
| 45 |
|
|---|
| 46 |
** 2.7 specific |
|---|
| 47 |
--------------------- |
|---|
| 48 |
|
|---|
| 49 |
* does BDB allow us to flush data directly to db to avoid needing -e option? |
|---|
| 50 |
|
|---|