Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for searchTestWithInUrl (0.07 sec)

  1. src/test/java/org/codelibs/fess/it/search/SearchApiTests.java

            int wcRecordCount1 = JsonPath.from(fuzzyResponse1).getInt("record_count");
            assertTrue(recordCount < wcRecordCount1);
        }
    
        @Test
        public void searchTestWithInUrl() throws Exception {
            String query = "tools";
            Map<String, String> params = new HashMap<>();
            params.put("q", "inurl:" + query);
            params.put("num", "100");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 18.9K bytes
    - Viewed (0)
Back to top