- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hasConditionQuery (0.42 sec)
-
src/main/java/org/codelibs/fess/entity/SearchRequestParams.java
} /** * Returns true if the request has a condition query, otherwise false. * * @return True if the request has a condition query, otherwise false. */ public boolean hasConditionQuery() { final Map<String, String[]> conditions = getConditions(); return !isEmptyArray(conditions.get(AS_Q))// || !isEmptyArray(conditions.get(AS_EPQ))//
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8K bytes - Viewed (0)