Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for searchTestWithInUrl (0.11 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 Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top