본문 바로가기

mongoengine 을 쓸때, 데이터를 필터링해서 내는 조건을 적는 구문이 2개 나온다.

(what-is-the-difference-of-objects-and-filter-in-mongoengine?)

 

objects(필터링조건)

objects.filter(필터링조건)

 

무슨 차이가 있어 찾아보다가 클리어 한 대답.

아무런 차이가 없다

 

There is no difference, one is an alias of the other:

stackoverflow.com/questions/27340789/what-is-the-difference-of-objects-and-filter-in-mongoengine

 

What is the difference of objects and filter in mongoengine?

In mongoengine there are two ways of querying objects(documents) in a collection: Test.object(category="blabla") And Test.object.filter(category="blabla") And they return same result. But the

stackoverflow.com

BJ.

커피 필터 산 정상

Dziana Hasanbekava 님의 사진, 출처: Pexels

B로그0간

개발 관련 글과 유용한 정보를 공유하는 공간입니다.