Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for geo (0.99 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        Integer getQueryTrackTotalHitsAsInteger();
    
        /**
         * Get the value for the key 'query.geo.fields'. <br>
         * The value is, e.g. location <br>
         * comment: Fields used for geo search queries.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getQueryGeoFields();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (2)
  2. docs/en/docs/release-notes.md

    In versions lower than `0.65.2`, FastAPI would try to read the request payload as JSON even if the `content-type` header sent was not set to `application/json` or a compatible JSON media type (e.g. `application/geo+json`).
    
    So, a request with a content type of `text/plain` containing JSON data would be accepted and the JSON data would be extracted.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top