I have two different rails applications running thinking_shpinx, and one seems to not be using the correct index.
I tried setting the port in the sphinx.yml but it seems to not have any effect.
I have two different rails applications running thinking_shpinx, and one seems to not be using the correct index.
I tried setting the port in the sphinx.yml but it seems to not have any effect.
Matthew, had you set port in sphinx.yml on a per-environment basis?
ie:
development:
port: 3312
test:
port: 3313
production:
port: 3312