Obapelumi/adosearch

can't be use with join

Closed this issue · 2 comments

"sqlMessage": "Column 'name' in where clause is ambiguous"

You will have to specify the table name in your where clause. For example:

Book.where('books.name')

where books is the name of the table

@tsulatsitamim My previous answer did not fully understand your issue but I pushed a fix for this now