Questions tagged as 'busca'

1
answer

Angular Search Result in another view

I have a search form with 2 selects and 1 submit: <select ng-model="marca" ng-options="marca.nome_marca for marca in marcas" ng-change="changeMarca()"> <option value="">Selecione uma Marca</option> </select>...
asked by 20.07.2015 / 18:28
1
answer

PHP + mysql - insert mysql based all file name and path

I'm working on a php on localhost where from the root folder it will be to read all the files and folders and insert into a MYSQL based but I'm having difficulties Can someone help? obrgd;) /*CONNECT DB */ $link = mysqli_connect("localhost"...
asked by 31.05.2014 / 15:31
0
answers

Performance FULLTEXT SEARCH (MySql) between multiple tables

Hello! I have a problem that someone here may have solved. First of all, I want to try an WITHOUT USING ElasticSearch solution or something. Come on: I have a bank with approximately 40 tables that have the same columns. One of these column...
asked by 20.11.2018 / 13:01
1
answer

How to use date table bootstrap

I wanted to use this date table, to search a lot of database data. I even managed it, but it takes 12 seconds to load the page. Because there is a lot of data registered. Does anyone have an example of how I could do it? Follow the code: F...
asked by 23.10.2018 / 04:25
1
answer

Filter with SQL query from a combobox - c #

I am creating a stock program and would like the query of items to be filtered by a combobox, ie, when typing in the search field only the results regarding the parameter of the combobox appear. This is my SQL query code: DataTable tabela =...
asked by 12.10.2018 / 21:54
1
answer

Plugin indication for wordpress search

I'm putting together a project and need a plugin indication so I can create a search similar to this one from this site: link Where the content is separated by letters, in alphabetical order. I could even create TABs, I would get a simil...
asked by 16.10.2018 / 02:14
1
answer

Result Search not found

Good morning! I have two JS, one that emulates something like a database following the example: var menu; $(document).ready(function() { menu = new clsMenu(); var Exemplo01 = menu.addFolder("Exemplo", "Exemplo") }) And another t...
asked by 25.09.2018 / 15:23
0
answers

Arrange search using array

I have a problem, I did a search system by tags, I calculate the percentage of the search by how many tags have the result by how many equal tags (example: 10 tags of the result, 5 equal, or 50%). However I need to sort the results and it is not...
asked by 29.09.2018 / 02:29
0
answers

afterFind sequelize hook

Considering all the Sequelize information working correctly, I have a model called MyModel and that has its attributes, so far this is correct. However, when I get a data from this model I want to transform the id of my table into a hash to show...
asked by 17.08.2018 / 19:55
2
answers

Help with searching information in an html with js / node

I'm having trouble implementing a code. I've been helped some other time and now I'm needing it again. The purpose is a script that helps me to remove from an html the name of the teachers and the link from their respective lattes, save somehow...
asked by 09.08.2018 / 21:12