aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SearchUtil.ts
AgeCommit message (Collapse)Author
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,
2019-12-14fixes to make nativewidth/height more robust for PDFs. fixes for search - ↵Bob Zeleznik
filter out extension docs.
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-11-16mergedab
2019-11-13fixed recentlyClosed on startup and added clearAll. fixed textbox comment ↵bob
layout a bit.
2019-10-09changed way vectors are processedAbdullah Ahmed
2019-10-05megedAbdullah Ahmed
2019-10-03improved search results to avoid showing aliases. improved Pdf results display.bob
2019-10-03cleaned up link following code. changed opening in place behavior to not ↵Bob Zeleznik
open if view already exists. fixed formattedText box scrolling. fixed clicking on image in text box. more...
2019-09-29added pdf text searchingBob Zeleznik
2019-08-1380% done, garbage collection is much neededab
2019-08-12documentationab
2019-08-09idk manab
2019-07-17Moved DocServer.prepend and changed how corsProxy worksTyler Schicke
2019-07-16Added more parameters to and refactored searchTyler Schicke
2019-07-15from lastTyler Schicke
2019-07-15Added filter query to search to better support type filteringTyler Schicke
2019-07-06free cookies!monikahedman