문제

I started working on lithium and couchdb using their blog tutorial. One thing i noticed is that find:all is not working properly: Posts:find('all', array('conditions' => array('title' => 'title')) The conditions are not working. It all queries the documents and designs. Any experience about it?

도움이 되었습니까?

해결책

CouchDB doesn't support ad-hoc queries (i.e. queries with arbitrary conditions). You need to create a view and query that.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top