Hi,
We have some groups in our database. For instance named as follows:
002BBA1
021BBA1
...where the first two digits indicate the year of graduation. Now if I want to search for the class of 02 it finds of course all the people for 02, but also the people from the group 002BBA1.
How can I implement a phrase that checks if "02" is the searchstring and then says take all with /02*/ (which implies "not 002" - I guess).
I know thats a problem we should have thought about in the first place, but now that's the way it is...changing groupnames is not an option. As you can probably further tell, my knowledge in Perl is not very advanced...
Thanks a lot for your help,
Frank
We have some groups in our database. For instance named as follows:
002BBA1
021BBA1
...where the first two digits indicate the year of graduation. Now if I want to search for the class of 02 it finds of course all the people for 02, but also the people from the group 002BBA1.
How can I implement a phrase that checks if "02" is the searchstring and then says take all with /02*/ (which implies "not 002" - I guess).
I know thats a problem we should have thought about in the first place, but now that's the way it is...changing groupnames is not an option. As you can probably further tell, my knowledge in Perl is not very advanced...
Thanks a lot for your help,
Frank

