Search
Pixwel search uses ElasticSearch. Local development runs Elasticsearch in Docker (theelasticsearch service in docker-compose.yml). See Pixwel Platform Operations for hosted environments.
Viewing the search index
In development, you can view the search index, starting from: http://localhost:9200/pixwel_current/_search?pretty=1Repopulating the search index
From the app container (docker-compose exec app bash):
Back to docs index | Next page in recommended reading order >>