Skip to main content

Search

Pixwel search uses ElasticSearch. Vagrant environments use a local elasticsearch. Everything else uses found.no. See Pixwel Platform Operations for details.

Viewing the search index

In development, you can view the search index, starting from: http://pixwel.dev:9200/pixwel_current/_search?pretty=1

Repopulating the search index

vagrant ssh # If you're not already ssh'd in to your VM
cd /opt/pixwel/pixwel-api
libraries/lithium/console/li3 index-rebuild
TODO is this still how it’s done?

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