- 01 Apr, 2014 27 commits
-
-
gergely-ujvari authored
Page search can now search within all the scopes. Even dynamic mode works when search results are recalculated during scrolling. Fixes #1094
-
Randall Leeds authored
-
csillag authored
-
gergely-ujvari authored
This is the final piece that is needed to complete the current issues with page search quote. I'm going to reference both issues because this and the previous commits were required to fix them. Fixes #1095 Fixes #1103
-
csillag authored
-
gergely-ujvari authored
The previous fix introduced handling the page search quote search facets as list. However the empty list was not handled well. This correct that.
-
csillag authored
-
csillag authored
-
gergely-ujvari authored
Collect all quote items for Page search. I'll merge my PR because it is an easy fix. Not affecting anything else.
-
csillag authored
-
gergely-ujvari authored
Originaly visual-search automatically collects the text fields into one space separated list. But it does not do the same for any other field type, so we have to collect our search facet's values for quotes manually. This changes now expects that our quote search results are a list and handles it like this all the way. (Even for generating the highlightQuote attribute) Now if multiple query facets are given it assumes an 'AND' relation between them. A nice future task will be makes this page search configurable as like the stream facets, but that should come after viewer/page search unification
-
Randall Leeds authored
Introduce focus
-
csillag authored
-
csillag authored
-
csillag authored
Missing: search magic
-
csillag authored
-
Randall Leeds authored
I think this better ensures #1135 is fixed cleanly. Before, the controls might hide after the timeout, but the user may be on their way to click it. Now, everything goes through showViewSort, and it manages timeout cancellation. Also, moved the view and sort controls out to the app.pt. Because they're essentially global now, and we should move to kill the viewer, editor, search distinction anyway.
-
Randall Leeds authored
Also, use destructuring while we're here for readibility
-
Randall Leeds authored
-
Randall Leeds authored
Coffee always breaks switch cases
-
csillag authored
-
csillag authored
-
csillag authored
-
csillag authored
-
csillag authored
-
csillag authored
Moved `applyView`, `applySort` and `viewState` to the root scope. Fixes #1131. Fixes #1132.
-
csillag authored
-
- 31 Mar, 2014 13 commits
-
-
Randall Leeds authored
Fix #1123
-
Randall Leeds authored
Multiple selections
-
csillag authored
-
csillag authored
-
csillag authored
-
Randall Leeds authored
-
Randall Leeds authored
The way to avoid it is to just handle the view switch entirely in the sidebar, rather than consulting the heatmap, if comment view must be activated.
-
csillag authored
-
csillag authored
-
csillag authored
-
Randall Leeds authored
Improve CSS for viewsort controls
-
RawKStar77 authored
-
RawKStar77 authored
-