This commit is contained in:
Ross
2026-07-11 10:13:32 +01:00
parent 91633deb97
commit 36ca884b4f
461 changed files with 13276 additions and 299 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ def search_page() -> None: # build UI
with ui.row().style('gap: 12px; align-items: start;'):
root_input = ui.input(value='docs_md/articles', label='Root directory', placeholder='docs_md/articles')
key_select = ui.select(['breadcrumbs', 'authors', 'pageKeywords', 'category', 'title', 'enhancedTitle', 'type'], value='breadcrumbs', label='Query key')
key_select = ui.select(['global', 'or', 'breadcrumbs', 'authors', 'pageKeywords', 'category', 'title', 'enhancedTitle', 'type'], value='breadcrumbs', label='Query key')
qval_input = ui.input(value='', label='Query value', placeholder='e.g. Brain>Diagnosis or Smith or keyword')
with ui.row().style('gap: 12px; align-items: start; margin-top: 8px;'):