Questions tagged as 'busca'

2
answers

Importing Data

Hello, I would like to know how I get a value from my database and take it to an "automatically" field. For example, in the image below, I want this field marked to go to an information that is already saved in my database. I would like to know...
asked by 18.06.2016 / 00:00
1
answer

Wordpress browse by post

I have a pertinent question that I have been trying to solve at times. On my website I have 2 search modes customized and on different pages, however when creating the 3rd I see the results on the page but I can not use the search block. Someone...
asked by 24.02.2014 / 01:56
5
answers

How do I get the index of a javascript object by looking for the value?

I have a JS object like this (dummy values): { aifuw : 7, hsjwo : 5, hsgqk : 137, jskwe : 9483, NNNNN... : N... } I need to get the index where the value is 137 . The forms I tried did not work.     
asked by 31.05.2014 / 01:56
3
answers

Step-by-step operation of the binary search algorithm

I'm trying to solve the following problem:    Create a graphical representation, illustrating ALL steps (where the beginning, middle, and end are) of the search for the 57 element from the following list:       12,13,15,19,24,28,39,57,59,...
asked by 30.09.2014 / 17:22
1
answer

Solr, Lucene and ElasticSearch what are the differences? When to use one or the other?

What's the difference between ElasticSearch, Solr and Lucene? When to use one or the other?     
asked by 14.09.2015 / 20:25
2
answers

Create dynamic news site optimized for Google

I want to create pages on a specific news site and initially thought about storing news information (title, subject, news text, etc.) in a database. As soon as my noticia.aspx page was accessed, I would search the news content in the data...
asked by 25.09.2015 / 22:14
2
answers

Search for words on the webpage [closed]

I've been practicing web programming for a while. At the moment I want to know how I do a Chrome Ctrl + F style word search engine: when typing the characters it already points the respective words to me. I understand that I will have to use Jav...
asked by 19.10.2018 / 18:34
1
answer

Search by proximity [closed]

I'm looking for tutorials to help me implement a search for proximity (like this link: link ). Note that in addition to its location it uses other filters (select and checkbox). Well, my strong is front-end, but I've already started learning PH...
asked by 11.09.2015 / 04:04
1
answer

I can not search the words in brackets in php

I've created a function to check if some words exist in an array. I want to do the word search inside brackets "[]". Example: [as], [dar], [amar] ... For this, I'm using the preg_match () function to check if any of the words in the array exi...
asked by 28.08.2015 / 00:31
1
answer

How to Popular a Listview, and Popular Another Listview by Primary Key?

I have two ListViews that I need to use LINQ to SQL (C #, WPF project) in a search field. When typing in the textbox field the KeyDown event will populate the first ListView (1), as the second has a column that is the Primary Key of the first, I...
asked by 25.06.2016 / 22:14