Changeset 516 for trunk

Show
Ignore:
Timestamp:
05/09/11 22:12:12 (13 months ago)
Author:
martijn
Message:

server: Default to searching for symbols

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.server/src/org/bridgedb/server/AttributeSearch.java

    r504 r516  
    5555                { 
    5656                        IDMapperStack mapper = getIDMappers(); 
     57                        if (attribute == null) attribute = "Symbol"; // use symbol by default. 
    5758                        Map<Xref, String> results = mapper.freeAttributeSearch(searchStr, attribute, limit); 
    5859