Edit report at https://bugs.php.net/bug.php?id=79196&edit=1
ID: 79196 Patch added by: florencel...@cnetmail.net Reported by: florencelehr at cnetmail dot net Summary: Problem with returning data when using bootstrap-3-typeahead Status: Open Type: Bug Package: Testing related Operating System: Mac PHP Version: 7.4.2 Block user comment: N Private report: N New Comment: 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 Previous Comments: ------------------------------------------------------------------------ [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