Questions tagged as 'busca'

2
answers

Custom Search Tool Optimization

Now, I'm creating a search page that receives, via POST , information from a form containing several checkbox . See below that there are several sequences of results and one orange is marked as an example: WhenIclicksearch,theinfo...
asked by 27.02.2015 / 21:29
5
answers

indexOf does not find element in an array

The indexOf() is returning -1 even though I have this element, I'm doing this: pessoas = []; pessoas.push({"nome": "Pedro"}) pessoas.push({"nome": "João"}) pessoas.push({"nome": "Maria"}) pessoas.push({"nome": "José"}) console.log(pess...
asked by 30.10.2018 / 20:11
2
answers

Search system - Select within another

Hello, I'm doing a search engine, but I'm kind of a layperson about Querys. The method that I thought to refine the search, which in the case would be a simple search between two fields of a table with several products, was to be eliminated thro...
asked by 08.05.2014 / 22:07
3
answers

Find files containing string and rename

To find files whose name contains a certain string , we can use find as follows: Sample file:    1429331804.H568641P9577.xxxx.example.com, S = 17846: 2, Command to find by xxxx.example.com : find . -type f -name "*xxx...
asked by 21.04.2015 / 23:21
1
answer

Do any one page pages appear in search engines?

One page sites, are they usually listed on search engines? There are several articles and it seems that One page sites are not very friendly to search engines, is this a reality? In which cases? Only content delivered by Ajax? I think of p...
asked by 02.06.2014 / 01:04
2
answers

C # how to do database search using parameters

I have the following code public DataTable PesquisarPorNome(string NomePesquisado) { try { DataTable tabela = new DataTable(); SqlDataAdapter adaptador = new SqlDataAdapter("SELECT * FROM tbEspecialidades WHERE NomeEspe...
asked by 27.11.2015 / 18:04
1
answer

Search all websites

It is very common to find a search on sites that returns records from different tables. I need to implement a search on my site that returns produtos and usuários (profile) registered on the site. The result should be mix, but t...
asked by 28.07.2015 / 17:28
1
answer

WEB Systems What is the best way to escape the Search Engine and make it invisible

When it comes to WEB systems What would be the safest and most used way for it to become invisible to search engines? I know there are "Goals" but I believe there must be more reliable ways     
asked by 15.10.2016 / 21:20
1
answer

How to search for a character in a set of javascript strings

I have a set with certain strings, it's a vector, I need to do character searches in this set. Case: Be V my set of strings contemplated by: ["ana", "paula", "cris", "voa", "karmanguia"]; Be P my search, I want to c...
asked by 15.09.2017 / 15:12
1
answer

I / O of solr increases with the passage of time

I'm running about eight servers with solr servers (version 3.5 ) behind a Load Balancer. All servers are identical and LB is configured with weight by number of connections. Servers have about 4 million documents and receive a stead...
asked by 23.01.2015 / 20:59