search-interface
Here are 148 public repositories matching this topic...
-
Updated
Sep 24, 2018 - Java
Add an "imageField" prop to the Result component which would let you specify a field from the result object to use to populate a thumbnail image. An example of what this might look like can be found here: https://codesandbox.io/s/video-games-tutorial-with-images-5wsqs.
https://github.com/elastic/search-ui/blob/master/packages/react-search-ui/src/containers/Result.js
-
Updated
Jun 18, 2020 - Swift
-
Updated
Jul 1, 2020 - Java
-
Updated
Jul 16, 2016 - JavaScript
Ontology example
is someone familiar with the Ontology process and can share an RDF file for example?
Super Thanks :)
I just got everything set up in a stack similar to this, some documentation would be really helpful for those that would like to set this up in a similar environment.
I can get a pull request modifying the readme to include these, as well as a uwsgi daemon ini thingy, if you'd like.
In Gmail/Google, a "quoted text" means that it must be included in the search.
It currently gets rid of any extra quotes "". While it's nice that it does that, it'd be cool if it could also create a field like include: {text: 'quoted text'} (just like it creates exclude with for hyphen -)
-
Updated
Jul 2, 2020 - Kotlin
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Mar 29, 2020 - HTML
Thesaurus/taxonomy
Could someone explain (or give example) to me how can I use taxonomy fields? I've created simple thesaurus that contains hierarchy (broader, narrower). Using the solr admin panel I can query documents that contain fields "tag_ss_taxonomy_X_ss" but how can I use those fields in search?
For example, I have 2 fields:
`"tag_ss_taxonomy_0_ss":["Human",
"Human",
"Human",
Rest API format
-
Updated
Jun 30, 2020 - Python
-
Updated
Dec 25, 2019 - JavaScript
-
Updated
Jun 22, 2020 - Kotlin
-
Updated
Jun 17, 2020 - Swift
-
Updated
Jan 29, 2020 - Objective-C
-
Updated
May 27, 2019 - Java
-
Updated
May 9, 2020 - Shell
-
Updated
Dec 16, 2017 - Python
-
Updated
Oct 30, 2018 - TypeScript
-
Updated
Jan 17, 2020 - Shell
-
Updated
Jun 6, 2018 - Kotlin
-
Updated
Oct 20, 2018 - Clean
-
Updated
Jun 27, 2020 - JavaScript
-
Updated
Apr 11, 2017 - Python
-
Updated
Jan 7, 2014 - Python
-
Updated
Jul 4, 2020 - TypeScript
Improve this page
Add a description, image, and links to the search-interface topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the search-interface topic, visit your repo's landing page and select "manage topics."


After facing an issue caused by Ransack interpreting
1/'t'astrueand some unsuccessful research, I found about the sanitize args and the recommended way to skip them. The documentation never mentions thatransackable_scopes_sanitize_argsmust be a class method and the example shown defines an instance method.I think that's worth a documentation update, making more clear how to use th