quepid icon indicating copy to clipboard operation
quepid copied to clipboard

Use fields in Elasticsearch query template search responses

Open gossu opened this issue 2 years ago • 1 comments

Right now, when working with query templates, quepid only looks at _source of result documents when building query results view.

I would like quepid to also look at the fields section of result documents.

The fields section contains fields that are generated with "runtime fields" and "scripted fields" features in Elasticsearch. It is therefore data that does not belong to original documents sent to Elasticsearch, but is generated on the search time instead.

Describe alternatives you've considered Currently seems like the only option to use fields in quepid is by running regular search queries against Elasticsearch (without query templates). Being able to use query templates is very convenient though so it is a pity that fields is not supported there.

gossu avatar Jul 19 '22 14:07 gossu

I'd love to see this added... Would you be interested in tackling this?

epugh avatar Aug 29 '22 12:08 epugh

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please do advocate for this issue and ideally submit a patch to get the attention of the maintainers!

stale[bot] avatar Apr 02 '23 14:04 stale[bot]

I may have an opportunity with a new project to dig into this, so reopening.

epugh avatar Apr 20 '23 09:04 epugh

I think this is closed by #706 !! THank you for reporting it.

epugh avatar May 05 '23 20:05 epugh