Explorar el Código

Add status search for Idox

tags/v0.5.0
Adrian Short hace 4 años
padre
commit
df0be313e7
Firmado por usuario no fiable: adrian ID de clave GPG: 4B54F9AE91AB06BB
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. +1
    -0
      README.md
  2. +1
    -0
      lib/uk_planning_scraper/idox.rb

+ 1
- 0
README.md Ver fichero

@@ -107,6 +107,7 @@ applicant_name("Mr and Mrs Smith") # Currently Idox only
application_type("Householder") # Currently Idox only
development_type("") # Currently Idox only
case_officer_code("100000") # Northgate only
status("Pending Consideration") # Check valid status codes for each authority

scrape # runs the scraper
```


+ 1
- 0
lib/uk_planning_scraper/idox.rb Ver fichero

@@ -42,6 +42,7 @@ module UKPlanningScraper
form.send(:"date(applicationDecisionEnd)", params[:decided_to].strftime(date_format)) if params[:decided_to]

form.send(:"searchCriteria\.description", params[:keywords])
form.send(:"searchCriteria\.caseStatus", params[:status])
# Some councils don't have the applicant name on their form, eg Bexley
form.send(:"searchCriteria\.applicantName", params[:applicant_name]) if form.has_field? 'searchCriteria.applicantName'


Cargando…
Cancelar
Guardar