> I have a file database indexed by content and also by filename. It would be > nice if the user could perform a usual search like "*.ext". > > Anybody tried a workaround for this issue ? ( this is needed only for the > name of the file, for the rest of the terms the rules are fine with me)
You can index all the extension in a special field and search this field when users search for extensions. This way either you have to parse *.ext to ext or create a special text box to enter the extention users want to search. -- Victor Hadianto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
