Questions tagged as 'busca'

1
answer

Search and compare data

I need to perform a search and I created the following code to accomplish it, but without success. I wonder if I'm doing it the right way. public void AcessoCC() { int id = 0; Integer infoConta; System.out.println("Informe o núme...
asked by 11.03.2016 / 10:08
3
answers

Search - Show Message if results are not found

I have a problem with the javascript, I got a js that does the search in the table, but when there are no records it just shows nothing, how do I put a "return" with some phrase when there are no records, I tried a few times but without success....
asked by 06.01.2016 / 04:29
1
answer

Search Query from a Dynamic Form (Codeigniter)

I'm having a problem building a QUERY that comes from a dynamic form. I have a search form in which the fields for search are dynamic (can be text or checkbox), that is, whenever a new field is added it must be possible to search for that fie...
asked by 10.11.2015 / 12:47
1
answer

Persist search parameter in pagination codeigniter

Hello, I'm doing a search system for a store with codeigniter, the pagination is working, but when I change the page if I lose the search parameter, I would like to know how to persist the search so that pagination occurs without problems. Fol...
asked by 28.10.2015 / 12:13
1
answer

PHP Crawlers for external sites API PHPcrawl

Good evening person I am new to the subject, I am trying to build a search engine for external sites (indexer) with PHP, I found an API, which makes a Crawler available, but it seems to only search for things inside only a specific site, the API...
asked by 09.12.2015 / 15:14
1
answer

Wordpress custom search plugin

Is there a plugin that makes it easy to create a custom follow-up search for Wordpress? Template:     
asked by 31.08.2015 / 22:41
1
answer

Search by names within a text

I have text where I need to search by names. The text has no pattern. The list of names is an array. So far I have managed to do it normally, but I came across a situation where a given name had a variant and the same was not found - because I a...
asked by 03.07.2015 / 22:50
1
answer

Table Search JS or jQuery

I'm wanting to make a search code using a RegEx for strings, and for normal numbers, and for the columns and rows of the table. I have tried a lot of different hypotheses, but none of them do that "refresh" back to the beginning when I delete...
asked by 12.03.2015 / 16:52
1
answer

Insert search bar Google Maps

How do I enter a search bar in Google Maps on Android? I need something similar to the image below: For this result, will I have to use Text and OverLay? Are there any examples to help you understand?     
asked by 08.04.2015 / 14:57
1
answer

Define post_type search widget

I'm having a question about setting the post_type parameter to the Wordpress search widget. The widget is displayed in the page header. I'm currently using the following code: echo the_widget( 'WP_Widget_Search'); The widget is di...
asked by 26.05.2014 / 22:58