Edit report at https://bugs.php.net/bug.php?id=79196&edit=1
ID: 79196 Updated by: c...@php.net Reported by: florencelehr at cnetmail dot net Summary: Problem with returning data when using bootstrap-3-typeahead -Status: Open +Status: Not a bug Type: Bug Package: Testing related Operating System: Mac PHP Version: 7.4.2 -Assigned To: +Assigned To: cmb Block user comment: N Private report: N New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2020-01-30 09:33:25] florencelehr at cnetmail dot net The following patch has been added/updated: Patch Name: Problemwithreturningdatawhenusingbootstrap-3-typeahead Revision: 1580376805 URL: https://bugs.php.net/patch-display.php?bug=79196&patch=Problemwithreturningdatawhenusingbootstrap-3-typeahead&revision=1580376805 ------------------------------------------------------------------------ [2020-01-30 09:30:43] florencelehr at cnetmail dot net Description: ------------ I have a function in which there is a call to the database - a query in which several fields are returned. When I debug a piece of code in which rows from a database with several fields are returned, then I see rows from a database with several fields. Then the code transfers these lines to the front-end part, which is processed using bootstrap-3-typeahead. Lines with only one field come to the block on the front end - with the first field. Can this problem be caused by some prescribed function in the bootstrap-3-typeahead package itself, or is it my mistake? Actual result: -------------- On the backend returns: Name / surname / position / company for which it works / company website / salary Carl / cross / dental surgeon / big apple / big apple .com / 1.000 Colleen / simonsen / scientist / stm auto parts / stm auto parts .com / 9.000 Jason / curtiss / postsecondary career-technical teacher / big apple / big apple .com / 42.000 Gregory / johnson / college essay writer / college essay writing help company / https://bit.ly/2RGBDJY /33.000 Lara / montgomery / postsecondary career-technical teacher / hanover shoe / hanover shoe .com / 12.000 Glen / bassett / dental surgeon / hanover shoe / hanover shoe .com /22.000 William / williams / computer control operator / stm auto parts / stm auto parts .co / 12.000 Bradley / leon / entomologist / mikro designs / mikro designs . com / 12.000 Â And on the frontend this is inserted: Carl Colleen Jason Gregory Lara Glen William Bradley ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=79196&edit=1