Hi All,
I am installing Sphider search for our site and I want it to not include any URL with "?osCsid=" in it (to exclude all OsCommerce Session variables) and I am terrible at regex coding. Based on their install text, they show that '*/[a]+/' denotes a string with one or more a's in it.
I thought that */[?osCsid=]+/ was the correct way to have it exclude the oscommerce Session url but it is still indexing them. I posted this question on the Sphider forum, but it looks like their traffic is a lot less than here, so I was hoping to get a pointer to a good regex tutorial. I think preg_match has replaced regex in PHP, but Sphider still uses the perl style expressions so I am stuck using them.
Can anyone tell me if my version is correct?
Also, I am not locked in to using Sphider for our search engine and we are willing to pay (or buy) some other search engine code if you have any suggestions. We have Google Custom Search Engine now, but it does not give us the control we need, so we are replacing it.
Thanks,
Don