regexp search
Status: Beta
Brought to you by:
mrborisguy
part of me wants to make a search option that uses
regular expressions. granted not many people for the
intended audience would use that... but i would like it
and maybe somebody who downloads this program and
uses it for a different audience would want it too.
i don't know exactly how that would be done... i haven't
really thought about it much. i might just have to settle
for a MySQL like search. but there might be a way... i'll
look into it later.
Logged In: YES
user_id=898425
This is a retrieval side request and will be dealt with later
when more time is spent on the retrieval side of the project.
Your requests for retrieval side features are still very welcome,
they are just not as urgent.
Logged In: YES
user_id=898425
there is a regex clause in mysql, so i will probably use
that. i don't know about any other sql dbms (i didn't look
into them), but my modules are written for mysql, so that'll
do for me for now.