aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search
AgeCommit message (Collapse)Author
2020-10-15fixed warningsbobzel
2020-10-10fixed docFilters to use up one string field, not 3. makes adding/removing ↵bobzel
to lists incrementally work with new server code.
2020-10-08added hack to save startup state. fixed runtime failure by restoring imports ↵bobzel
in main.tsx
2020-10-05fixed search over DB to not use quotes when setting field column filters.bobzel
2020-09-23fixed exception when changing acls in shared collection. fixed adding ↵bobzel
document to shared colleciton to not give permsissions to sharer automatically
2020-09-21changed acls so that only an admin owner distributes them when a doc is ↵bobzel
added. changed default acls to be Add by default when not in private mode. restored filtering from search bar for developer mode.
2020-09-18changed ACL to acl. fixed title to read values from data doc ↵bobzel
preferentially over layout doc.
2020-09-02fixes to sidebar filter. still need some more work.bobzel
2020-09-02fixed behavior of menuButtons to toggle contents. added start of a filter ↵bobzel
panel.
2020-09-02made highlight colors more obvious. fixed tags to update when #key is set ↵bobzel
in textdoc.
2020-09-01trying new solr schema that splits words on whitespace. fixed context menu ↵bobzel
clicking in schema/search view.
2020-09-01fixed search bar getting stuck open. fixed search for fields in full db.bobzel
2020-09-01fixed following link to a doc that is in a hidden tab to show that tab. ↵bobzel
fixed linear view to hit content bounds accurately. fixed editing of text in tabs somewhat. fixed place ment of link anchor boxes for topMost views.
2020-09-01fixed search performance issue by not executing as soon as a character is typed.bobzel
2020-09-01fixed shortcut buttons not showing up. fixed nex/prev search buttons not ↵bobzel
showing up. fixed search drag/delete/open buttons not showing up.
2020-08-31major overhaul of mainViewbobzel
2020-08-29fixed maximize docdecoration to toggle target w/o making an alias. use ↵bobzel
ctrlKey to make an alias. removed dashboardBrush stuff. cleaned up DocDecoartions css slightly
2020-08-29added some link follow options to link Editor. Big overhaul of dockingView ↵bobzel
to make things undoable and cleaner
2020-08-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
2020-08-26added dropdown dashboards input at top left + new & snapshotbobzel
2020-08-25added resize handle for searchboxbobzel
2020-08-24added lozenges to distinguish user & dashboard at top of workspacebobzel
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-23added settings for default text titles. fixed image audio annotatoins. ↵bobzel
fixed captions to not set title. added properties buttons for layout options and removed template layout button. fixed warnings.
2020-08-22more search cleanup. searches over dashboards, not collections now. fixed ↵bobzel
drag-off filters to still work with collections.
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