Log message #3913182

# At Username Text
# Jul 25th 2016, 22:28 sat now send your query or your problems
# Jul 25th 2016, 22:27 mikatone that is right
# Jul 25th 2016, 22:27 mikatone yep
# Jul 25th 2016, 22:27 sat ?
# Jul 25th 2016, 22:27 sat your relation:Technicians hasMany Certificates
# Jul 25th 2016, 22:27 mikatone sat there you go https://gist.github.com/fccpt/664d0b67c73f8e98df016bccd3b59089
# Jul 25th 2016, 22:25 sat send your query
# Jul 25th 2016, 22:25 mikatone so suppose query is wrong...
# Jul 25th 2016, 22:24 mikatone ;)
# Jul 25th 2016, 22:24 mikatone at view
# Jul 25th 2016, 22:24 mikatone malformed
# Jul 25th 2016, 22:24 mikatone get a bunch of sql
# Jul 25th 2016, 22:24 mikatone I can't get data
# Jul 25th 2016, 22:24 mikatone )
# Jul 25th 2016, 22:24 sat Where problems?
# Jul 25th 2016, 22:24 mikatone that's it
# Jul 25th 2016, 22:24 mikatone Technicians as many Certificates
# Jul 25th 2016, 22:23 mikatone I can illustrate the database tables in question
# Jul 25th 2016, 22:23 mikatone sat Impossible
# Jul 25th 2016, 22:21 sat send me your error
# Jul 25th 2016, 22:21 mikatone sat apart from that do you see anything suspicious ? :)
# Jul 25th 2016, 22:20 sat yes
# Jul 25th 2016, 22:20 sat where(['Technicians.id'
# Jul 25th 2016, 22:20 mikatone sat you mean where(['Technicians .id'
# Jul 25th 2016, 22:19 sat Technicians.id =>...
# Jul 25th 2016, 22:19 sat use
# Jul 25th 2016, 22:19 sat in where
# Jul 25th 2016, 22:18 mikatone little help humm?
# Jul 25th 2016, 22:16 mikatone but somethigns wrong ... ^^
# Jul 25th 2016, 22:16 mikatone $result = $this->Technicians->find()->select(['id', 'name'])->contain(['Certificates' => ['fields' => ['id','number','technician_id']]])->where(['id' => $id])->execute();
# Jul 25th 2016, 22:16 mikatone Hi guys need to get this query to work :)
# Jul 25th 2016, 21:49 azzenovic I see
# Jul 25th 2016, 21:44 sat i may add another field to user : address_id
# Jul 25th 2016, 21:43 sat i think if i used address hasOne user
# Jul 25th 2016, 21:40 sat help
# Jul 25th 2016, 21:37 azzenovic thx cakebot which search plugin do you recommend though?
# Jul 25th 2016, 21:36 sat in my case i used belongsTo or hasOne
# Jul 25th 2016, 21:35 sat help
# Jul 25th 2016, 21:33 slackebot2 ~tell azzenovic about awesome
# Jul 25th 2016, 21:33 slackebot2 Command sent from Slack by admad:
# Jul 25th 2016, 21:27 azzenovic Hi guys! I am currently using cakephp and I was wondering if there is a plugin with a search bar functionality .