Manages a form for editing a search query.
A <query-editor>
provides the user with an interface for editing a search query. <query-editor>
s can be configured as to the fields which the user may edit. That query is processed and used to filter an array of objects in views whose data is “plural”. Thus, a <query-editor>
is used inside <lexicon-view>
s, <text-view>
s, and <corpus-view>
s.
Here is the code which intercepts the query-created
event and prints it to the screen.
Triggered when the user submits query.