Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testSetFavorite_ok (0.18 seconds)

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

            // Test without queryId - should still work but return empty or error
            given().contentType("application/json").when().get("/api/v1/favorites").then().statusCode(200);
        }
    
        @Test
        public void testSetFavorite_ok() {
            // First, do a search to get a queryId and a docId
            Map<String, String> searchParams = new HashMap<>();
            searchParams.put("q", "*");
            searchParams.put("num", "1");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 20 03:03:44 GMT 2025
    - 9.9K bytes
    - Click Count (0)
Back to Top