Ver a proveniência

Add status search for Idox

tags/v0.5.0
Adrian Short há 4 anos
ascendente
cometimento
df0be313e7
Assinado por um utilizador não fiável: adrian ID da chave GPG: 4B54F9AE91AB06BB
2 ficheiros alterados com 2 adições e 0 eliminações
  1. +1
    -0
      README.md
  2. +1
    -0
      lib/uk_planning_scraper/idox.rb

+ 1
- 0
README.md Ver ficheiro

@@ -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 ficheiro

@@ -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'


Carregando…
Cancelar
Guardar