Questions tagged as 'busca'

2
answers

Search in 2 fields at the same time

Eae, I have two fields in a mysql table, description and degree. How do I find a result when I search for WORD and 4 (WORD from the description field and 4 from the field? PS: Both description and degree are in text mode. PS2: if I...
asked by 17.06.2018 / 19:19
0
answers

Search GLPI Via API

I want to do a search via API in which I return certain data according to the parameters that I define, ie: To search for all items I get a Get where you send the following: link This search returns me all the tickets that exist....
asked by 29.03.2018 / 13:42
0
answers

Search for product prices Lazarus Delphi

I've never asked the site before, I do not know if I should start with greetings or get straight to the point. My goal is to set up a form that searches the prices of supermarket products, to find the cheapest, something close to what the buscap...
asked by 11.02.2018 / 19:47
0
answers

Search View within a Fragment

Is it possible to put a search view inside a fragment? In my project I'm using a bottom navigation activity that calls 3 fragments in the button exchange below. Inside main has this: if (position == 1) { bottomNavigation.se...
asked by 01.02.2018 / 14:12
0
answers

Deep search - python

import csv with open('cidades.csv', 'r') as f: list2 = [tuple(line.values()) for line in csv.DictReader(f)] def dfs_helper(list2, start_city, end_city): pilha = [] visited = [] adj_cities = get_connections(list2, start_city)...
asked by 10.11.2017 / 03:04
0
answers

I need this visual style

Hello! I urgently need help, to develop an advanced search style, like Zap Imóveis (in mobile mode). Is it possible to do in pure CSS or is there FrameWorks? I'm waiting! <script> urlFiltro = "<?php echo $ROOTPATH; ?>/ajax/...
asked by 21.10.2017 / 17:49
1
answer

select two tables using where

I have a table of produtos (id,id_categoria,nome,descricao) and a table of imagens (id, FileName, id_produto) . I need to list product data and a product-related table image by id. $sql = $mysqli->query ("SELECT produtos....
asked by 05.09.2017 / 03:31
1
answer

Tips on how to make a search field with Wordpress

I need tips on how to create a search field in Wordpress, I have a little knowledge on the platform but still very limited and I do not know where to start. The search field is composed of state, city and neighborhood, I read several tutorial...
asked by 02.06.2017 / 03:05
0
answers

Load firebase information in RecyclerView - Android Studio

My app stores customer information in Firebase and downloads it to a ListView, but I need to do a search with the information in the ListView. I was told that the best way to do this is to use a RecyclerView with SearchView. The problem that I'm...
asked by 24.08.2017 / 21:41
1
answer

Breakpoint in function SearchAppleApaga (Binary trees)

Good, I have an error in the SearchArvoreApaga function, when I try to delete a value from the binary tree nothing happens and if I try to delete the root of the tree I get the following breakpoint: Exception thrown: read access violation....
asked by 26.06.2017 / 18:16