Ignore:
Timestamp:
Mar 22, 2014, 2:03:45 PM (10 years ago)
Author:
rvelices
Message:

bug 3056: quick search OR operator priority taken into account
search for 'mary qwerty' will ignore 'qwerty' and return only results for 'mary' if there is no such thing as 'qwerty' in the photos (if there was 'mary' and 'qwerty', the results for both 'mary' AND 'qwerty' would be shown)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/theme.css

    r25746 r27882  
    115115
    116116/* category and tag results paragraphs on a quick search */
    117 .category_search_results, .tag_search_results {
     117.search_results {
    118118  font-size: 16px;
    119119  margin: 10px 16px;
Note: See TracChangeset for help on using the changeset viewer.