- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for sitesearch (0.05 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) -
src/main/webapp/WEB-INF/view/advance.jsp
key="labels.advance_search_sitesearch" /></label> <div class="col-lg-5 col-md-8 col-sm-7 col-6"> <input class="form-control" type="text" id="as_sitesearch" name="as.sitesearch" value="${f:h(fe:join(as.sitesearch))}"> </div> </div> <div class="row justify-content-center"> <div class="col-auto"> <button type="submit" name="search" id="searchButton"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
key="labels.advance_search_sitesearch" /></label> <div class="col-lg-5 col-md-8 col-sm-7 col-6"> <input class="form-control" type="text" id="as_sitesearch" name="as.sitesearch" value="${f:h(fe:join(as.sitesearch))}"> </div> </div> <div class="row justify-content-center"> <div class="col-auto"> <button type="submit" name="search" id="searchButton"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
dbflute_fess/dfprop/conditionBeanMap.dfprop
# } # # property-type: String, Number, Date, OrderBy, ... # condition-key: NotEqual, GreaterThan, LessThan, GreaterEqual, LessEqual # , InScope, NotInScope, PrefixSearch, LikeSearch, NotLikeSearch # , EmptyString, FromTo, DateFromTo, RangeOf, ... # , (and prefix '!' means excluding, '%' means reviving) # table: table name (hint) or $$ALL$$
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 4K bytes - Viewed (0)