Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

How do I use the Faceted Search on Oracle Apex with a interactive report instead of a classic report?

What I want to accomplish in Oracle APEX: I want to be able to use the faceted search with the ability to hide/show columns on the report, and then also be able to select records in the report so that ...
Roydon Brits's user avatar
0 votes
2 answers
301 views

Express JS unlimited query parameter function?

I'm trying to set an unlimited query parameter in express js.But I couldn't figure out how should I implement that in my code. I'm using MongoDB aggeration I want to build unlimited facets searched ...
user avatar
5 votes
1 answer
784 views

Azure Search Query causes a bad response 400 when it contains an apostrophe

I have two Facets I'm using for filtering via Azure Search: Revit's 2014 and Revit 2016 but both behave differently in the query. Error 400 (Bad Request) when a query with "Revit's" is passed: (...
izSaad's user avatar
  • 589
1 vote
1 answer
2k views

Algolia search on nested objects in a record - multiple facetFilters in one object

I’m migrating from Mongo to Firebase with Algolia on top to provide the search. But hitting a snag coming up with a comparable way to search in individual elements of a record. I have an object that ...
K_C's user avatar
  • 435
0 votes
1 answer
1k views

Rails How to make a filter link

I am working on a faceted search in rails. It follows from my previous question: Rails: How to use facets with search results What I am able to do is to use scopes to get all the facets with respect ...
Saurav Prakash's user avatar
1 vote
0 answers
57 views

data-list-facet, data-facet-value and data-select-single understanding

I am an android developer,trying to get started with web development. I have a filter which works in ajax-ish and displays the result. Please bear with me as I am a complete beginner. Here is the ...
Abhiroj Panwar's user avatar
4 votes
1 answer
760 views

VisualSearch.js : Is there a vanilla Javascript alternative to VisualSearch.js (Faceted Searching)?

I have requirement in my project where I need something exactly similar to DocumentCloud's VisualSearch.js : https://documentcloud.github.io/visualsearch/ This solution relies heavily on Backbone.js ...
Rohit Rane's user avatar
  • 2,920
1 vote
1 answer
87 views

Is there an effective way to perform the advanced “faceted” filtering for the array data (with Javascript)?

I have an array: var arr = [ ["a", "b", "d"], ["k", "b", "n", "a"], ["k", "a", "e", "c"], ["k", "b", "e"], ["b", "c"] ] I want to extract all values occurring only in subarrays which contain ...
lyrically wicked's user avatar
0 votes
0 answers
103 views

ng-change not called when ng-checked introduced

I am trying to design a facet service, the problem is whenever I select a particular facet, a new batch of facets are fetched- so I need to preserve the old set- one to show in the UI and another to ...
Ajay Pal Singh's user avatar
0 votes
0 answers
396 views

Using faceted search for items which have ajax calls

First thank you for all help that has so far allowed me not to need to ask a question at all! I'm stuck on this particular part of my project; I have a functioning page that calls products from the ...
user3934796's user avatar
1 vote
2 answers
2k views

jquery partial expand and collapse

I'm using the jquery 'contains' selector to determine what to do when a div is clicked... I want to expand or collapse a section of faceted navigation. However, It appears the 'contains' selector ...
Brian Adkins's user avatar