mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
development Update error message when search option is not supported
This commit is contained in:
parent
5e4933798d
commit
f2af8b8ca5
@ -104,7 +104,7 @@ void VirtualMachinePoolInfo::request_execute(
|
||||
|
||||
if (!fts_query.empty() && !pool->is_fts_available())
|
||||
{
|
||||
att.resp_msg = "Full text search is not allowed with sqlite backend";
|
||||
att.resp_msg = "Full text search is not supported by the SQL backend";
|
||||
|
||||
failure_response(INTERNAL, att);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user