Carl Fyffe
Carl Fyffe
You have to create a separate search field for the exact match scenario. ``` class Article < ApplicationRecord searchable do text :title string :title_str end def title_str title end end...
ElasticSearch and OpenSearch have similar capabilities as Solr, but are a completely different platform and API. You can't use Sunspot with either of the Elastic tools. Recommend closing.
Line 23: OmniAuth.config.mock_auth[:twitter] = :invalid_credentials When I change it to: OmniAuth.config.mock_auth[:default] = :invalid_credentials The invalid_signin passes as expected. However the signout fails after. Why is default not reset?