All Questions
Tagged with faceted-search javascript
11 questions
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 ...
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 ...
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:
(...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...