Changeset 2139
- Timestamp:
- 2001-03-09T10:31:20+13:00 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/src/colservr/phrasesearch.cpp
r1661 r2139 150 150 // note that we're treating indexes with granularity of 'all' (i.e. text,Title,Creator) 151 151 // as if they were simply 'text' indexes 152 if (gran == "text" || gran == "all" ) {152 if (gran == "text" || gran == "all" || findword(gran.begin(),gran.end(),"text")) { 153 153 char *doc = NULL; 154 154 int doclen = 0;
Note:
See TracChangeset
for help on using the changeset viewer.