Changeset 8268

Show
Ignore:
Timestamp:
03/05/10 13:46:07 (5 months ago)
Author:
ssterling
Message:

For Solr Search, changed "and" to "or" in the user message.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • head/ambra/webapp/src/main/webapp/search2/searchResults.ftl

    r8266 r8268  
    136136          the authors 
    137137          <#list creator as author> 
    138             <#if ! author_has_next>and</#if> 
     138            <#if authorNameOp == "all" && ! author_has_next>and</#if> 
     139            <#if authorNameOp == "any" && ! author_has_next>or</#if> 
    139140            <strong>${author?html}</strong><#if author_has_next && creator?size gt 2>,</#if> 
    140141          </#list>