Re: alphabetize Quick Filter items?, posted by Stefan Ritt on Thu Aug 6 08:00:22 2009
|
Dennis Seitz wrote:
Hi Stefan, |
Re: alphabetize Quick Filter items?, posted by Dennis Seitz on Fri Aug 7 23:09:42 2009
|
Stefan Ritt wrote:
|
Re: alphabetize Quick Filter items?, posted by Stefan Ritt on Mon Aug 10 17:14:48 2009
|
Dennis Seitz wrote:
|
List Option, posted by Alan Grant on Tue Aug 11 08:10:21 2009
|
Hello Stefan.
Currently this is defined as a maximum of 100 literals in the cfg file. I would like to see the option to reference an external
text file as input for this. |
Re: List Option, posted by Stefan Ritt on Tue Aug 11 08:33:32 2009
|
Alan Grant wrote:
Currently this is defined as a maximum of 100 literals in the cfg file. I would like |
multiple keyword search - regular expression, posted by Johannes Liegl on Wed Aug 19 11:49:37 2009
|
Dear Sirs,
searching for keywords regular expression becomes very long. Are there any other type easy multiple keyword search supported. For example
a keyword search like keyword1 & keyword2 results in different output than a keyword search like keyword2 & keyword1. A simple keyword search like |
Re: multiple keyword search - regular expression, posted by Stefan Ritt on Thu Sep 3 18:14:26 2009
|
Johannes Liegl wrote:
Dear Sirs, |
Re: multiple keyword search - regular expression, posted by Yoshio Imai on Fri Sep 4 13:59:19 2009
|
Maybe there is a simple way.
If I understand it correctly, the entries are accepted/rejected for inclusion in the search result list based on one call to [I]regexec[/I]. In order to
search for N keywords, you could replace this by a loop of N calls to [I]regexec[/I], and only accept the entry if all of them find a match. |