Skip to content

Commit

Permalink
add example for multiple_searches in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer committed Aug 30, 2024
1 parent e447115 commit 7eb08fa
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/docs/como_funciona/exemplos.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,47 @@ dag:
emails:
- [email protected]
subject: "Teste do Ro-dou"
```
### Exemplo 11
Esta configuração permite múltiplas buscas utilizando o mesmo arquivo.
O Ro-dou permite numa mesma busca juntar resultados do DOU e Querido Diário.
```yaml
dag:
id: multiple_searchs_example
description: DAG de teste com múltiplas buscas
search:
- header: "Pesquisa no DOU"
sources:
- DOU
terms:
- dados abertos
- governo aberto
- lei de acesso à informação
force_rematch: On
ignore_signature_match: On
- header: "Pesquisa no QD"
sources:
- QD
terms:
- dados abertos
- governo aberto
- lei de acesso à informação
force_rematch: On
ignore_signature_match: On
- header: "Pesquisa no DOU e QD (misto)"
sources:
- DOU
- QD
terms:
- dados abertos
- governo aberto
- lei de acesso à informação
force_rematch: On
ignore_signature_match: On
report:
emails:
- [email protected]
subject: "Teste do Ro-dou"
```

0 comments on commit 7eb08fa

Please sign in to comment.