- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for sitesearch (0.07 sec)
-
src/main/java/org/codelibs/fess/entity/SearchRequestParams.java
public static final String AS_Q = "q"; /** The parameter for filetype. */ public static final String AS_FILETYPE = "filetype"; /** The parameter for sitesearch. */ public static final String AS_SITESEARCH = "sitesearch"; /** The parameter for occurrence. */ public static final String AS_OCCURRENCE = "occt"; /** The parameter for timestamp. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/QueryStringBuilderTest.java
assertEquals("filetype:\"pdf\" filetype:\"doc\"", getAsQuery(Collections.singletonMap(k, new String[] { "pdf", "doc" }))); } public void test_conditions_sitesearch() { final String k = "sitesearch"; assertEquals("", getAsQuery(Collections.singletonMap(k, new String[] { "" }))); assertEquals("site:example.com", getAsQuery(Collections.singletonMap(k, new String[] { "example.com" })));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 16.5K bytes - Viewed (0)