pgj commented on PR #5865:
URL: https://github.com/apache/couchdb/pull/5865#issuecomment-3805343697

   > mango won't choose a search index if search is down
   
   Yes, I also noticed this one.  I am inclined to believe that it is a 
regression from the Elixir conversion (hence I am cc'ing @janl here) because 
the Python tests bailed out _before_ any Search-based Mango tests could be run 
while the Elixir tests do not seem to care about that.
   
   A mitigation of the weird selection logic might be utilizing the 
`allow_fallback=false` configuration where both `_find` and `_explain` would be 
coerced to use that single `text` index.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to