Slian
Slian
目前我尝试一种解决方案并且可行。修改flask_whooshee.py文件,并在里面注释掉这部分。 ``` if self._join_entities and isinstance(self._join_entities[0], Mapper): # SQLAlchemy >= 0.8.0 entities.update(set([x.entity for x in self._join_entities])) else: # SQLAlchemy < 0.8.0 entities.update(set(self._join_entities)) ```
这个我没试过,但是上述方法可取
Ok, I'll try it. Thanks.
Can you provide the source code of the causal world you used?