aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search
AgeCommit message (Collapse)Author
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-22switched search from writiing searchMatch to matched docs to instead store ↵bobzel
in a run-time observableMap. This allows simultaneous searches by different users.
2020-08-21added activeDashboard to top titlebarbobzel
2020-08-21fixed double-clicking icons to act like two single clicksbobzel
2020-08-20changed sidebar buttons to store references to the panels the bring up.bobzel
2020-08-20more searchBox fixes.bobzel
2020-08-20from lastbobzel
2020-08-20starting overhaul of SearchBox code.bobzel
2020-08-19fixed local collection search to search any field convertible to a string.bobzel
2020-08-19starting refactor of searchBox codebobzel
2020-08-19turned off sorting on server for now.bobzel
2020-08-19from lastbobzel
2020-08-19from lastbobzel
2020-08-19fixed searchBox to be more efficient by avoiding react rendersbobzel
2020-08-19Merge branch 'master' into schema_searchbobzel
2020-08-18changed catalog to pop up search over db for author. turned off ↵bobzel
double-clicking on any fonticon.
2020-08-17fixed schema view scripts to allow for layout or data doc assignment. fixed ↵bobzel
rich text field ToScriptField
2020-08-17added sort to solr search options. removed delete field assignment when ↵bobzel
removing Documents. Allowed ToScriptScript and ToString to go through regardless of ACLs
2020-08-17fixed behavior of schemaHeader menu (except when pan or zoom occurs). ↵bobzel
Changed search to show aliases by default.
2020-08-16close filter button, bugfixesAndy Rickert
2020-08-15fixes for search -- need to rethink how to get a sortable string field ↵bobzel
(removed _s suffix for now).
2020-08-15fixed searchBox layout to show drag iconbobzel
2020-08-14fixed default documents that were missing the 'system' tag. fixed catalog ↵bobzel
to have default worksapce documents in it.
2020-08-13total results, schema field fixes, filtering in headersAndy Rickert
2020-08-12final ui fixupsAndy Rickert
2020-08-12fAndy Rickert
2020-08-12fixed run-time warnings & remove print statementsbobzel
2020-08-12fixed warnings and fixed rendering of fields in search view.bobzel
2020-08-12fixed compound solr query syntax. fixed filter options to be sticky so that ↵bobzel
they don't get lost with a new search
2020-08-12fixed searching on 'type' to join with parent documentbobzel
2020-08-12switching syntax from && to AND for solr filters and added quotes around ↵bobzel
solr term values
2020-08-12filtering in solr and paginationAndy Rickert
2020-08-11adjusting when filter menu should open and closeAndy Rickert
2020-08-10bugfixingAndy Rickert
2020-08-10mergeAndy Rickert
2020-08-10reverting back to earlier algorithmAndy Rickert
2020-08-10fixes for search to do filter system and non-searchable documents on the server.bobzel
2020-08-09added '*' prefix for matching related families of fields in SchemaView & Search.bobzel
2020-08-09clicking document opens it"Andy Rickert
"
2020-08-08tidying up assorted features, disabling editing doc keys in search, etcAndy Rickert
2020-08-06restoring viewspec algorithm and fixing kvp menuAndy Rickert
2020-08-06reverting:Andy Rickert
2020-08-05ffAndy Rickert
2020-08-05Merge branch 'schema_search' of https://github.com/browngraphicslab/Dash-Web ↵Andy Rickert
into schema_search
2020-08-05highlighting case sensitive'Andy Rickert
2020-08-05fixed some warnings/errors. added tooltip for filter icon.bobzel
2020-08-05 lintAndy Rickert
2020-08-05lintAndy Rickert
2020-08-04pullAndy Rickert
2020-08-04changesAndy Rickert