This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Description
Describe the bug
when you will use addCustomDatabaseColumn() as a column
it is using the alias name as column in where.
To Reproduce
Steps to reproduce the behavior:
use to add column with addCustomDatabaseColumn()
and using search from frontend. it will throw error
example :-
$func_full_name = $columns->func()->concat(['first_name' => 'identifier', ' ', 'last_name' => 'identifier']);
$columns->addCustomDatabaseColumn($func_full_name, 'full_name')