Gagan mandayam wrote: > > > Hi DSpacers, > > How to *search for a particular submitted file, based on its name*? > For example, if a file's name is 'Mill Data Sheet', and I search by > typing a part string, say 'Mill', it should list out all the > files/items present across the entire communities/collections. > ( of course, each file is internally a bitstream ). > > gagan m, Bangalore >
hi, Gagan, If your bitstream filenames are not stored within DC metadata it is not searchable. Bitstream filenames are stored in db table "bitstream". If you really need this function, you have to program it by writing custom queries. Another way out is to include the filename in DC and include this field in indexing. Regards, Allen Lam. HKU Hub Administrator, http://hub.hku.hk ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

