Skip to main content

Search

Pixwel search uses ElasticSearch. Local development runs Elasticsearch in Docker (the elasticsearch 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=1

Repopulating the search index

From the app container (docker-compose exec app bash):
cd /var/www/api
li3 index-rebuild

Back to docs index | Next page in recommended reading order >>