Questions tagged as 'buscador'

2
answers

Search engine on android

I'm trying to make a search engine in my android app. It would be something like this. I get the data in a json: { "naturaleza": [ { "especie": "flores", "array_tipo": [ { "tipo": "rosa", "texto":...
asked by 24.05.2017 / 18:43
0
answers

How to do an internal search engine with the GET method?

I need you to please show me a simple example of an internal search engine. But seriously a very simple example, let's say minimalist, just to know the basic principles when building a search engine ... I'm trying it with the GET method, like go...
asked by 11.12.2018 / 18:47
2
answers

PHP IF if two conditions are met search

I'm doing a search engine, with 3 variables, these are with Ajax but I can not get the result of joining two of them. I pass the code to see if you can give me a hand, thank you very much. <?php require("php/db.php"); ///////// parametros q...
asked by 03.12.2018 / 17:38
1
answer

PHP search engine for txt files

I want to see if it is possible for the community to help me in this search engine that I am creating. Let me explain what it is, is a set of txt files that are obtained from exporting the chats of the Whastapp application. The format of thes...
asked by 24.09.2018 / 08:52
0
answers

integrate php search in my table

I am new to this world, I downloaded a source code to create a small project to manage a list of people with about 500 records, so far I have managed to modify it to my requirements, now in the following code I show a table where I list the reco...
asked by 20.09.2018 / 19:05
1
answer

Search element in the wordpress menu template dpr bruno

Hi, I am trying to implement the search engine with the visual composer template dpr bruno, the case is that in the predefined wordpress templates it is easy to place the search button, but in dpr it does not use a nav element, it uses divs, and...
asked by 10.07.2018 / 08:06
1
answer

Do a keyword search with mySql? I need to make the query query

I need to make a search engine that searches for keywords in my database. I have a word field where I keep all the keywords I want for the product. For example I have a product with keywords 'red shirt', I need the user to put those words in...
asked by 10.05.2018 / 22:15
2
answers

Help if I do not find value in the table

hello friends I have a table catalog id codigo descripcion 01 12345 envase 02 12346 caja and an inventory table id codigo descripcion marca 01 12345001 envase dplast I am making a new inventory entry...
asked by 19.09.2017 / 22:53
1
answer

Help with auto-increase search

HELLO friends a consultation: I have an inventory table id codigo descripcion 01 12345001 envase 02 12346001 caja 03 12345002 envase 04 12346002 caja I am making an entry form for new items to the inventory where with t...
asked by 15.08.2017 / 02:58
1
answer

search and auto completion search using javascript and html

good I have to do a project using javascrip the library react js and html. The project consists in making a search bar that completes what I'm writing, this is done using an api and all this is inside a modal. I already have the modal and the...
asked by 04.02.2017 / 23:55