Document Search
Full-text BM25 search across indexed NSTA documents. Narrow by field, well, and/or stratigraphy.
0"
@keydown.escape="fieldOpen = false"
@keydown.enter.prevent="acPick('field', fieldSugg[fieldFocus])"
@keydown.arrow-down.prevent="fieldFocus = Math.min(fieldFocus+1, fieldSugg.length-1)"
@keydown.arrow-up.prevent="fieldFocus = Math.max(fieldFocus-1, 0)"
placeholder="e.g. Forties, Brent..."
autocomplete="off"
class="w-full text-sm border border-slate-300 rounded px-3 py-2 pr-8
focus:outline-none focus:ring-1 focus:ring-sky-400">
0"
@keydown.escape="wellOpen = false"
@keydown.enter.prevent="acPick('well', wellSugg[wellFocus])"
@keydown.arrow-down.prevent="wellFocus = Math.min(wellFocus+1, wellSugg.length-1)"
@keydown.arrow-up.prevent="wellFocus = Math.max(wellFocus-1, 0)"
placeholder="e.g. 21/10-1, 30/2b-4..."
autocomplete="off"
class="w-full text-sm border border-slate-300 rounded px-3 py-2 pr-8
focus:outline-none focus:ring-1 focus:ring-sky-400">
0"
@keydown.escape="stratOpen = false"
@keydown.enter.prevent="acPick('strat', stratSugg[stratFocus])"
@keydown.arrow-down.prevent="stratFocus = Math.min(stratFocus+1, stratSugg.length-1)"
@keydown.arrow-up.prevent="stratFocus = Math.max(stratFocus-1, 0)"
placeholder="e.g. Chalk, Kimmeridge..."
autocomplete="off"
class="w-full text-sm border border-slate-300 rounded px-3 py-2 pr-8
focus:outline-none focus:ring-1 focus:ring-sky-400">
Enter a search term above to find documents.
Select a document from the list.