lucidNTR commented on issue #8: [Feature Request] Provide Image with Clouseau / Fulltext Search URL: https://github.com/apache/couchdb-docker/issues/8#issuecomment-355183421 it took me 2 days to figure out why it did not work for me, but there seems to be one patch missing in @grueni s commet: mango checks for loaded dreyfus by using module_loaded(dreyfus_index) but the module is called dreyfus_index_manager in the latest available dreyfus master commit. its simple to fix by search replacing module_loaded(dreyfus_index) for module_loaded(dreyfus_index_manager)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
