Service to search by procedures/registry public data
Service sync procedures/registry/auctions data and provide search with elasticsearch.
Search provided on top of the public data only, as it synchronized from the public data source.
For the full-text search, there is `full_text_search` field. It`s a service field, not shown by public api.
Search endpoints listed - https://procedure-dev.prozorro.sale/api/doc/search, search fold.
make docker-build |
make run |
make remove-compose |
make test-integration |
make build-docs |
make clean-docs |
There are multiple indexes built on service with standard naming patterns:
python3 -m prozorro_sale.create_indexes -u localhost -i procedures |
This will create 2 indexes:
[More information: ](./docs/cli.md)
[More information: ](./docs/indexing-workflow.md)