Skip to main content

All Questions

Tagged with
-3 votes
1 answer
53 views

How to loop through a nested JSON object which contains objects and and arrays of objects

I am trying to recreate the search functionality of outlook. My entire data set is contained in the following interfaces: export interface Folder{ id: string | null; name: string; folders: ...
Qiuzman's user avatar
  • 1,457
-3 votes
1 answer
53 views

Search array of objects with children [closed]

There is an array of objects with nested objects. When searching, you need to display all requested results and their parents const data = [{ "title": "News", "children&...
Andrei Alisenok's user avatar
0 votes
0 answers
39 views

Spotfire's "~=" not matching wildcard characters

Using Spotfire Alanyst 14.0.3 I'm in the Data Canvas adding a filter via the "Add transformation" feature. When I use the filter expression ... [customdata_name]~='Binary Pump : 1 : ...
RightmireM's user avatar
  • 2,451
0 votes
2 answers
66 views

Querying Data in Python

I have seen a number of posts, but none seem to quite answer what I am after. Please note that I am currently working under the constraint of only having the standard Python classes available. The ...
RandomlyUniqueID's user avatar
0 votes
0 answers
58 views

How do I filter the suggestions in flutter's SearchField Package?

List<RowData> rowsData = [ RowData(), ]; final selectedValues = <String>{}; Widget buildRow(int index, setState) { final focus = FocusNode(); return Column( children: [...
Bryant Anthony's user avatar
1 vote
1 answer
53 views

Autocomplete search filter not working for dynamically added input fields in angular

I am working on billing module, which have input fields that are added dynamically. Here I am using autocomplete search filter for dynamically added input fields (Productname). But the autocomplete ...
Reegan's user avatar
  • 105
2 votes
1 answer
399 views

How to enable Quick Filter in AG Grid Community in 2024

The setQuickFilter function seems to be deprecated from looking at AG-Grid Community node modules. Not sure why the site does not explain an alternative for quick filtering as their explanations use ...
Jaimierl's user avatar
0 votes
1 answer
40 views

How can I show an alert if the jQuery filter method cannot find the result

I have a jQuery problem with showing an alert if the result cannot be found with a filter method. #search is a text input field for searching. This code could show the HTML element contains the value ...
Jeff Lung's user avatar
0 votes
0 answers
19 views

Cannot filter on subsites / values in a list / Modern PnP Search

I have this list : enter image description here and I want in my search page , to display results and enable filtering on the subsites mentionned in this list enter image description here I have here ...
wejden's user avatar
  • 1
0 votes
1 answer
193 views

How to Filter Data by Week Number and Year

I have 3 columns with reference number in column A, a unique number in column B, and a further reference in column C. Associated to each are figures which in a row which is in a column assigned to a ...
Jason Banger's user avatar
0 votes
0 answers
84 views

PHP MYSQL How to select product via product filters from other table

I have two tables: products: And table filters: How to create searching via one input name array: name="specifications[]" and select all product matched to your search? ads_id have only ...
VaderStudents's user avatar
1 vote
1 answer
66 views

How can I get the nth value from table headers with multiple search criteria

I am trying to return only table headers that start with SECTION and do not end with QUALITY. I can get the ones that start with SECTION but trying to apply an AND(NOT()) function gives a #CALC! error....
user22954263's user avatar
0 votes
1 answer
120 views

How to speed up search function

I am using React (class component) and have created a search function. It does a good job in searching what I want, but sometimes it get unusable slow. The search component is triggered on input ...
Hejhejhej123's user avatar
  • 1,115
0 votes
3 answers
97 views

how to change query search in wordpress

I have a heavy site with over 200,000 articles When searching in WordPress, this search looks for the desired word in the title, content, and excerpt In this number of articles, the result of slow ...
Ali Kiani's user avatar
-2 votes
1 answer
95 views

How can I search customer by billing_customer_number Woocommerce

I'm looking the way, how can I modify search filter in admin panel->Users->Search Users. By default it works fine if you need to find User by user_login', 'user_url', 'user_email', '...
DvB's user avatar
  • 5

15 30 50 per page
1
2 3 4 5
67