Project

General

Profile

« Previous | Next » 

Revision 3430

Added by Jing Tao over 16 years ago

Fixed a bug the search title in morpho will return everything.

View differences:

QueryGroup.java
111 111

  
112 112
      boolean first = true;
113 113
      
114
      if (!queryTermsWithSameValue.isEmpty() || queryTermsInPathIndex.isEmpty())
114
      if (!queryTermsWithSameValue.isEmpty() || !queryTermsInPathIndex.isEmpty())
115 115
      {
116 116
    	  String pathIndexQueryString = printSQLStringInPathIndex();
117 117
    	  queryString.append(pathIndexQueryString);

Also available in: Unified diff