Re: Logbook Parser, posted by Steve Williamson on Wed Aug 12 14:40:52 2009
|
Stefan Ritt wrote:
|
Re: Multiple keyword search, posted by Johannes Liegl on Wed Aug 19 11:54:52 2009
|
[quote="Yoichi Aso"]Hi,
I have a question regarding how to perform a multiple-keyword search.
For example, when I want to find entries which contain two keywords "abc" and "def" in the body text but in an unknown order,
|
Re: fckeditor update, posted by Stefan Ritt on Mon Aug 31 11:22:20 2009
|
Arno Teunisse wrote:
Hello |
Re: multiple keyword search - regular expression, posted by Stefan Ritt on Thu Sep 3 18:14:26 2009
|
Johannes Liegl wrote:
Dear Sirs, |
Re: chain.crt, posted by Stefan Ritt on Fri Sep 4 08:33:16 2009
|
> Like many educational institutions we get "educational certificates" that are chain certificates..
>
> With apache the full certificate chain is working as expected..
|
Re: Fix text prevents user from editing text during creation, instead of just edit, posted by Stefan Ritt on Fri Sep 4 09:48:55 2009
|
Allen wrote:
When we set Fix text = 1, according to the syntax, this should prevent users from modifying the text field during an edit, but it looks like |
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. |
Re: multiple keyword search - regular expression, posted by Stefan Ritt on Fri Sep 4 14:07:31 2009
|
[quote="Yoshio Imai"]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.[/quote]
|