Questions tagged as 'buscador'

1
answer

Like statement with parameters

I have the following procedure: create procedure buscar( in producto) begin select nombre from producto where nombre like'%'+producto+'%' end but I get an error in the like try using create procedure buscar( in producto) b...
asked by 27.06.2018 / 12:43
1
answer

how to do a search engine in laravel with related tables

hi good morning community today I would like to ask you how to do a scope in Laravel but this is related to other tables, here in the example I'm looking directly only the id of the installer and I need to look for it through the name but when I...
asked by 28.11.2018 / 15:41
0
answers

Search in Google Maps API Android

I am creating an application that uses Google Maps, I have implemented a search box, the problem is that when doing the search, it is done all over the world. What I want to do is that this search is limited only to my city where the application...
asked by 27.12.2017 / 21:42
1
answer

Search after LostFocus, find but do not bring me the data

Good evening friends I am speeding up one of my processes in a system, since I have a form ( frmventas ) that has several TextBox like: txtidarticulo , txtnombre , txtcantidad , txtprecio between others. in...
asked by 11.12.2016 / 07:22
1
answer

Advanced Search

I'm trying to do an advanced search for a particular site. I have already created and the form is functional, which would be something like this: The idea is that the "title" field look only in the post_title, which is the title of the...
asked by 06.07.2016 / 00:06
1
answer

I need a PHP search engine for PDF files

The idea is that through a simple search form, you can return the requested search by searching several PDFs of a directory, that search engine has to search within the pdf that are text, generally I do everything in PHP, but if I have to use Ja...
asked by 20.01.2017 / 10:14
1
answer

Instant search through an input with autocomplete (select)

I have a little problem with a part of the code. I try to do an instantaneous search that when entering data (registration) through an input, show (as verification) that the registration exists and show the name of the person who has that reg...
asked by 13.07.2018 / 22:34
1
answer

How to make a search engine that searches in multiple columns?

I'm working on a project with phonegap, so I work in javascript, html and css environment and working this data externally with PHP and MYSQL. I have a search engine made by ajax and that everything is perfect, it shows me what I'm looking for c...
asked by 26.02.2018 / 15:18
1
answer

Search answer with a line minus

Using practically the same php, except for the search part, returns the complete list, when I add the search part, one is always missing, usually the 1st of the list. Id pac Last Name DNI 1 Alvarez Gomez Alvaro 80100105 2 Bernardez Alvarez...
asked by 04.10.2017 / 02:18
1
answer

Autocomplete Finder AngularJS + SQL SERVER does not show results

I'm doing a search through a DB in SQL Server and AngularJS where at the time of writing you will be suggesting the results (Google type) The problem is that it does not show me the suggested results, I'm doing it in the following way:...
asked by 18.09.2017 / 20:16