in reply to Re: Append JSON (from hashref)
in thread Append JSON (from hashref)
the database query is[{"DESCRIPTION":"Description of record","RECNO":"RECORDNumber"}, ... m +ore records here ...]
Called withSELECT RECNO, DESCRIPTION FROM RECORDS_TABLE WHERE RECNO LIKE ?
Is there a way I can change the query to return a structure required by this plugin, while including the additional field$dbh->selectall_arrayref($query, { Slice => {} }, $SearchWord );
"inputPhrase": $SearchWord
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Append JSON (from hashref)
by Corion (Patriarch) on Apr 06, 2017 at 11:39 UTC | |
by Anonymous Monk on Apr 06, 2017 at 13:29 UTC | |
by Corion (Patriarch) on Apr 06, 2017 at 13:32 UTC | |
by Anonymous Monk on Apr 06, 2017 at 15:36 UTC | |
by Corion (Patriarch) on Apr 07, 2017 at 06:12 UTC | |
by huck (Prior) on Apr 06, 2017 at 15:51 UTC | |
| |
by AnomalousMonk (Archbishop) on Apr 06, 2017 at 19:41 UTC | |
|
Re^3: Append JSON (from hashref)
by huck (Prior) on Apr 06, 2017 at 11:37 UTC |