aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SearchUtil.ts
AgeCommit message (Collapse)Author
2025-07-08fixed searchbobzel
2025-05-19fix crash from last.bobzel
2025-05-16made pdf buttons maintain scren size.bobzel
2025-04-23lots of typechecking fixes.bobzel
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts ↵bobzel
by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs.
2024-08-21more lint fixes after updatebobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-02-05changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed ↵bobzel
link description editing popup. fixed showing link editor in property view - still some weirdness in what is selected. fixed dragging tree view items to set dragData.treeview and be able to drop at bottom of tree. fixed addFolder menu option for TreeViews to add locally.. added a function to collect all docs of a given tag into a collection. fixed setting default font size to update autolayouts. changed dropping link onto same collection to not leave pushpin. fixed minimap thumb updating. added fieldvalue dropdown for dashFieldViews in text.
2024-01-27added searchable flag to docoption types. fixed searchbox scrolling and ↵bobzel
showing results. added search by key and exact match.
2024-01-27fixed searchBoxbobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵bobzel
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto()
2023-11-30final rootDoc refactoringbobzel
2023-09-06fixed up audio annotation to add dictation to sidebar note.bobzel
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-05-14major overhaul of field naming conventions.bobzel
2020-10-01fixed closed library flyout view to not render a DocumentView. fixed ↵bobzel
sidebar panels to not be selectable. fixed changing view of sidebar panel to only affect that panel
2020-09-28fixed schemacells to accept '=' syntax to set on layout document.bobzel
2020-09-28fixing search to handle bad regexps without killing the server. fixed ↵bobzel
search to not loop forever on bad searches that return nothing.
2020-09-28fixed syntax for SOLRbobzel
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-08-20more searchBox fixes.bobzel
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-13fixed warnings.bobzel
2020-08-13fixed search for type with multipe values. changed search schemabobzel
2020-08-13Merge branch 'master' into schema_searchbobzel
2020-08-13total results, schema field fixes, filtering in headersAndy Rickert
2020-08-13changed solr schema so that text and date fields are sortable. fixed one ↵bobzel
line text not to show scrollbars. fixed scriptingRepl to allow document ids to be entered.
2020-08-12fixed searching on 'type' to join with parent documentbobzel
2020-08-03starting to cleanup searchbobzel
2020-07-31bugfixAndy Rickert
2020-07-03merge w search_docAndy Rickert
2020-06-30added a docFilter for a substring match. fixed formattedTextBox to not keep ↵Bob Zeleznik
adding user_mark storedMarks on every load
2020-06-09more bugfixing'Andy Rickert
2020-06-04sorting in buckets worksAndy Rickert
2020-06-03mergeAndy Rickert
2020-05-20working on search syntaxAndy Rickert
2020-05-20working on search syntaxAndy Rickert
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-12setting up facetsAndy Rickert
2020-04-20fixed search to avoid server crashes by stripping off initial ?*+ ↵Bob Zeleznik
characters. made search parameters persistent on queryBox
2020-04-07fixed some search ui stuff.Bob Zeleznik
2020-03-17fixed up route handling for relative paths. changed search to dashsearch ↵Bob Zeleznik
for server request.
2020-03-09cleanup of warningsBob Zeleznik
2020-02-09recommender system worksStanley Yip
2019-12-19compiler fixes. fix for text box titles on templatesbob
2019-12-19fixing minor details with tree view opening workspace, moving documents in ↵bob
stacking views, avoiding search exceptions,