Questions tagged as 'filtro'

0
answers

Regular expression to remove certain content

I have some texts that are in HTML, which may have specific style attributes, I would like to make a method that removes these tags and their contents, since they are titles ... and specific images that must be filtered from HTML. Below I have a...
asked by 22.01.2018 / 13:12
0
answers

Flexible Search filter

I have a page with a search filter with the options "service", "state" and "city" and a submit button that redirects to the page where a table with the already filtered records will appear. But currently the filter only works if the user only...
asked by 06.12.2017 / 11:59
1
answer

Search Filter showing only 10 results

Hello, I'm developing a website in Wordpress, with a purchased template and I'm having a difficulty that I believe to be a doubt about Wordpress and not about the theme. The website shows several establishments and when I do a search, it shou...
asked by 29.08.2017 / 19:42
1
answer

FDMemTable losing data when using Filter

I created an FDMemTable, at runtime, with the following structure: Cds_NaMenu := TFDMemTable.Create(nil); Cds_NaMenu.FieldDefs.Add('ID', ftInteger); Cds_NaMenu.FieldDefs.Add('MN_TELA_CODIGO', ftInteger); Cds_NaMenu.FieldDefs.Add('MN_MENU_PESQU...
asked by 01.08.2017 / 22:28
0
answers

Dynamic LINQ from DTO - DateTime filtering

I'm trying to mount a dynamic filter from a DTOFilter object that I get populated through the View. My problem is, when I try to filter the results that will be shown on the screen by MesAno, I can not properly handle the data so that LinqToEnti...
asked by 10.08.2017 / 22:09
0
answers

Problem with using inputpicker in combo

I'm using inputpicker, a JQuery plugin. But he had a problem with the filter, by filtering combo options and clicking on some he ignores the new order and takes the value of the option that was in that position before the filter. Example:...
asked by 25.07.2017 / 19:20
1
answer

How to generate a filter to remove outliers from a time series in Matlab?

I would like to create a low-pass filter to remove outliers from a time series. They are sea surface temperature (tsm) data, in this series there are some data that are outliers and do not know very well how to create a low-pass filter, could...
asked by 23.06.2017 / 16:39
1
answer

Using Angular "track by $ index" with pagination, filtering and sorting

Good morning! I'm having a bad problem when trying to use the Smart Table, with paging, filtering and searching in my table. I was with the table working when converting a JSON that consumed by an object request. In this case, I did: $sc...
asked by 05.06.2017 / 17:01
1
answer

Filter Search

I have a problem with creating a search filter with select, I was very confused, I'll post the code and an image of what I need: the code: <?php session_start(); include_once("../../conexao/conexao.php"); include_once("../....
asked by 23.03.2017 / 13:09
1
answer

Filter elements with RadioButton in HTML and JS and RegEx

I have the following problem. I have 3 elements label and I want, according to the radiobutton option chosen to filter them. The problem is that when I want to filter by the name that ends in -ivo does not work, but the rest doe...
asked by 23.03.2017 / 16:42