简体   繁体   中英

Django app search not pulling data in Heroku but works locally?

My django app locally works fine, I have a postgres DB and when I run a search it pulls data. I have pushed my DB to Heroku, the data is there, but when I run a search it says 'no results found'. I do not get how data is there and works locally but will not show results in Heroku, any ideas?

I am not sure what anyone would need to look at here but here is the logs after running a search. Let me know what else would be helpful 在此输入图像描述

好吧问题是Whoosh不能在Heroku上工作,因为没有永久磁盘可写,猜猜我将切换到弹性搜索...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM