Skip to content

Tips for working with Quepid

Eric Pugh edited this page Apr 27, 2020 · 30 revisions
  1. Did you know you can add multiple queries at once by separating them with a ; character? Go ahead and try out star wars;star trek in the Add Query field.
  2. You can add a thumbnail image to each document result via thumb:poster_path, this assumes you have the full url in the field poster_path in your document.
  3. If you have an audio/image/video URL, you can embed in in the result listing via media:field_name
  4. Sometimes you need to look at the original document. If your field value starts with the string http then it will be turned into a link.
  5. Do you have a nested JSON document in your results like { "variants": [ { "name": "red" }, { "name": "blue" } ] }? Specify your field as variants.name and it will pluck out the values red,blue from the array. If you have { "actor": { "name": "bob hope", "id":52 } } you can do actor.name to just get the name.

There are some blog posts that you may find valuable as well: