- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for GeoForm (0.03 sec)
-
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
} /** * Generates hidden HTML form fields for geographic filtering. * * @return HTML string containing hidden input fields for geographic parameters */ public static String geoForm() { return createForm(Constants.GEO_FORM, GEO_PREFIX); } /** * Retrieves the list of facet query view objects for display. * * @return list of FacetQueryView objects */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** View parameter for facet form data. */ public static final String FACET_FORM = "fess.FacetForm"; /** View parameter for geo form data. */ public static final String GEO_FORM = "fess.GeoForm"; /** View parameter for label value mapping. */ public static final String LABEL_VALUE_MAP = "fess.LabelValueMap"; /** Query parameter name for main search query. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0)