Project

General

Profile

Actions

Développement #112428

closed

base-adresse: pourquoi page_limit=1 dans le endpoint search/ ?

Added by Benjamin Dauvergne about 2 months ago. Updated about 2 months ago.

Status:
Solution déployée
Priority:
Normal
Target version:
-
Start date:
27 November 2025
Due date:
% Done:

0%

Estimated time:
Patch proposed:
No
Planning:
No

Description

Je retrouve bien le ticket (#10326) qui introduit ce endpoint avec cette limite mais pas la raison, le résultat est qu'une recherche dans une carte leaflet sur wcs ou ailleurs ne retourne toujours qu'une adresse...

    def search(
        self,
....
        **kwargs,
    ):
....
        result = self.addresses(
            request,
            q=q,
            zipcode=zipcode,
            citycode=citycode,
            lat=lat,
            lon=lon,
            page_limit=1, <- ICI
            type=type,
        )
        return result['data']
Actions #1

Updated by Benjamin Dauvergne about 2 months ago

  • Description updated (diff)
Actions #2

Updated by Benjamin Dauvergne about 2 months ago

  • Description updated (diff)
Actions #3

Updated by Benjamin Dauvergne about 2 months ago

  • Status changed from Nouveau to En cours

🤖 Une pull request concernant ce ticket a été ouverte :

Actions #4

Updated by Benjamin Dauvergne about 2 months ago

  • Status changed from En cours to Solution proposée
Actions #5

Updated by Thomas Noël about 2 months ago

  • Status changed from Solution proposée to Solution validée
Actions #6

Updated by Benjamin Dauvergne about 2 months ago

  • Status changed from Solution validée to Résolu (à déployer)

🤖 Pull request fusionnée :

Actions #7

Updated by Transition automatique about 2 months ago

  • Status changed from Résolu (à déployer) to Solution déployée
Actions

Also available in: Atom PDF