Questions tagged as 'busca'

0
answers

Search in Width and Depth Search [closed]

I'm studying for the Programming Marathon and need examples of search width / depth search of graphs     
asked by 05.06.2017 / 04:36
2
answers

Values Table Search in excel

Hello! I'm doing a cost table for my company and I'm having to do a search on a table of values, but the only way I currently know how to do it is through multiple threaded SEs, which will give a lot of work, time and it will generate an incr...
asked by 23.06.2017 / 22:58
2
answers

Do search inside input and open in another page

Hello, I'm creating a project in my computer course. I would like to know the best way to do a search in the database inside an input, and open another page in the search. Note: I'm using php, I've used input and created a button to point to...
asked by 04.04.2017 / 18:28
1
answer

Problem in making a field search by date and id

I've made a search field but I'm not able to search by date or by id. The database I use is Postgres, I'm using Laravel 5.2 framework public function scopeSearchByKeyword($query, $keyword) { if ($keyword!='') { $query->wher...
asked by 08.11.2016 / 02:07
2
answers

Error duplicating the HTML form in MySQL PHP Data Search

I have the following problem I want to do a search in my database and display the results in the list lines, only it is giving a crazy error, it reexhibits the entire page three times, it stays like this oh: SOMEONECanyouhelpme?Doyouhaveanyideaw...
asked by 24.11.2016 / 22:53
1
answer

Selecting multiple fields from a table with a search term

I tried to follow some steps that I found here in the forum but did not give certain ... I have this code here in Model made in codeigniter: // buscando clientes $this->db->like('nomeCliente',$termo); $this->db->limit...
asked by 02.09.2016 / 20:43
0
answers

Problem in multitable search with php

I need to have my script search multiple tables within the same database. I do not want one table to be related to one or necessarily combined, I just need the site search engine to search for the word entered by the user in all the tables in th...
asked by 21.09.2016 / 04:50
1
answer

Search PHP + SQL can not find results without typing the hyphen "-"

Hello! I have a search for auto products where the user can search for the company code, original code, product line, assembler or vehicle. This system is working if in the search field I type, for example, "E-1001", or "1001", or "E". But if I...
asked by 22.08.2016 / 20:11
0
answers

joomla 3 - SEARCH system does not work

I'm trying to use joomla-3's search system but it always ends up giving this error:    TPL_SEARCH_ERROR_SEARCH_NOT_FOUND . Can anyone tell me what it's all about and how do I resolve it?     
asked by 14.04.2015 / 15:05
1
answer

Search using Solr in rails

If I search for a piece of a word other than the first few characters of the word it does not find. Type if I search for "Car" it searches correctly, but now if I search for "los" or "arlos" it returns empty. I have in the Client table: id...
asked by 05.01.2015 / 13:21