- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for escapeQuery (0.06 sec)
-
src/main/java/org/codelibs/fess/util/QueryStringBuilder.java
if (value.split("\\s").length > 1) { return new StringBuilder().append('"').append(value.replace('"', ' ')).append('"').toString(); } return value; } protected String escapeQuery(final String value) { if (!escape) { return value; } String newValue = value; for (final String element : Constants.RESERVED) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.7K bytes - Viewed (0)