Révision 3374
TXM/trunk/org.txm.index.core/src/org/txm/index/core/functions/Index.java (revision 3374) | ||
---|---|---|
290 | 290 |
test = ((WordProperty) props.get(p)).getCQLTest(values); |
291 | 291 |
} |
292 | 292 |
|
293 |
if (test != null && p > 0) { |
|
294 |
query += " & "; //$NON-NLS-1$ |
|
295 |
} |
|
293 |
|
|
296 | 294 |
if (test != null) { |
295 |
if (p > 0) { |
|
296 |
query += " & "; //$NON-NLS-1$ |
|
297 |
} |
|
297 | 298 |
query += test; |
298 | 299 |
} |
299 | 300 |
} |
Formats disponibles : Unified diff