spotorm / spot2

Spot v2.x DataMapper built on top of Doctrine's Database Abstraction Layer
http://phpdatamapper.com
BSD 3-Clause "New" or "Revised" License
601 stars 101 forks source link

search query function doesn't work #266

Closed cocoon-projet closed 6 years ago

cocoon-projet commented 6 years ago

When i want to use the search query function. there is an error message.

Error: Call to undefined method Spot\Entity\Manager::datasourceOptions() in D:\wamp\www\SPOTORM\vendor\vlucas\spot2\lib\Query.php on line 445

i looked at the code and i did not see this function.

FlipEverything commented 6 years ago

That's a bug: #254 We'll try to fix that in the future.