shale
1a8fd38430
[Search] Max results
...
Changed the default number of results to be
a max of 25, and added a parameter to allow
the user to set this. (May be used in an
advaned search later?) Because folders are
filtered out, the number displayed is not
necissarily exact.
2015-07-14 10:56:52 -07:00
shale
503811f69c
[Search] Search behaves as expected
...
Seaching any substring of a domain
object title now will give the domian
object as a search result. Still not
case sensitive. Empty string will
return all results. Special characters
do not search correctly. Still has
result number cap.
2015-07-14 10:51:03 -07:00
shale
5892594668
[Search] More robust search
...
Seach now searches using terms, which
are the domain objects' names split
at the spaces. Still does not work with
any substring, must be space separated.
Not case sensitive.
2015-07-14 10:37:57 -07:00
shale
b9f8f6e33d
[Search] Code style
2015-07-14 10:02:27 -07:00
shale
457193657f
[Search] Added input ID parameter
...
Added a parameter to the controller's search
function so that the html side can clearly
see/choose which input ID is being used as
the search input.
2015-07-14 09:59:48 -07:00
shale
c92d15ba42
[Search] Cleanup
...
Added and removed some comments, for clarity
2015-07-14 09:55:26 -07:00
shale
d7dd53c2da
[Search] Checks for folders
...
Search now (again) checks to not add
folders to the results list. This later
should be made into a policy.
2015-07-14 09:45:31 -07:00
shale
b35fddefc0
[Search] Removed getObjectByID
...
Was no longer necissary with the current
method of search() getting objects.
2015-07-14 09:38:44 -07:00
shale
07e08c283a
[Search] Partway works
...
The search function now returns actual
objects are results. They may not be the
correct results though.
2015-07-14 09:36:58 -07:00
shale
89d0ea6506
[Search] Fixed uninitialized array bug
2015-07-14 09:17:14 -07:00
shale
75ce5cd0e9
[Search] Changed variable names
...
Because of the async funtion, changed
variable names in serach2 to make more clear.
2015-07-13 17:05:23 -07:00
shale
b994b2a862
[Search] Style
2015-07-13 16:57:27 -07:00
shale
3cb0b41b22
[Search] Poking around EasticSearch
...
Sucessfully queries elasticsearch, but displaying the
results poses problems because of asych things.
2015-07-13 16:53:48 -07:00
shale
5980575918
[Search] Fixed results display problem
...
Fixed problem with search results not
properly being displayed in the search
view. (Checked that things were defined
before calling them.)
2015-07-13 11:14:02 -07:00
shale
409d12aa75
[Search] Created QueryService
...
Created a query service which handles the
creation of the searchable list of items.
This has partially broken the search view.
2015-07-13 10:34:06 -07:00
shale
2432e9c2aa
[Search] Using ElasticSearch
2015-07-13 10:13:46 -07:00
shale
03c0678cbe
[Search] Syle modifications
...
Changed 'i += 1' in for loops to 'i++'
2015-07-10 16:54:42 -07:00
shale
04257aedae
[Search] Gets user input
...
Now sucessfully gets user input for the
search term.
2015-07-10 16:52:00 -07:00
shale
33b30f7583
[Search] Removed unnecissary variable
...
Removed $scope.items, because it was unnecissary.
2015-07-10 15:16:50 -07:00
shale
8eda495aa7
[Search] Results without folders
...
Folders are now no longer included in
the results list.
2015-07-10 15:06:19 -07:00
shale
a337e04fae
[Search] Removed unnecessary file
...
Removed search-item.html, as it was the same as
grid-item.html. Now search.html uses grid-item.html.
2015-07-10 14:51:18 -07:00
shale
2e7f23a766
[Search] Results list displayed
...
After searching, a results list is displayed.
The list is composed of grid-items.
2015-07-10 14:48:15 -07:00
shale
6d1cb85a07
[Search] Not case sensitive
...
Search is no longer case sensitive.
2015-07-10 14:20:04 -07:00
shale
b5756d2b99
[Search] Items list updating
...
The search results now updates the items
list when called to make sure that it gets
all of the recently added items.
2015-07-10 12:53:12 -07:00
shale
efba0f0236
[Search] Search results by name
...
doSearch() does search by getting each
object's name. Still buggy.
2015-07-10 12:44:07 -07:00
shale
4e39c4f900
[Search] Finds root folder
...
The search controller will now search from
the root folder (My Items) even when the view
is initiated from a folder inside of the tree.
2015-07-10 10:32:58 -07:00
shale
e339ee1dd1
[Search] Asynchronous recursion
...
The list creation now sucessfully goes 1 level
deep into the tree for objects. Still needs
more work to delve into subfolders.
2015-07-09 14:40:52 -07:00
shale
94b306e129
[Search] Listify filetree
...
SearchController now attempts to convert the filetree
into a list format. Still needs to be modified to be
asynchronous.
2015-07-09 11:16:55 -07:00
shale
32eaf3893a
[Search] Display search items
...
The search view now very rudimentarily displays
some 'search-item's.
2015-07-08 16:20:12 -07:00
shale
845b9a2faa
[Search] Fixed comments
2015-07-08 15:34:09 -07:00
shale
5870248617
[Search] Search framework
...
Created a basic framework for a search
view. It consists of a search bar and
a results list.
2015-07-08 15:32:20 -07:00
Sarah Hale
9e6d84a1d5
[Edit] No more tooltips
...
Changed the attribute of 'title' on mct-container
to 'label'. This made the tooltips in Edit mode
dissapear. #46 .
2015-07-07 11:14:45 -07:00
Victor Woeltjen
4c77dd6a69
Merge pull request #42 from nasa/reload-bundles-on-pageload
...
[Development] Reload bundle file with each request
2015-07-01 13:19:21 -07:00
Victor Woeltjen
347da6c5c2
[Build] Bump version number
...
Bump version number and restore snapshot status. WTD-823
2015-07-01 13:13:14 -07:00
Victor Woeltjen
daf780a2b4
[Build] Bump version number
...
Bump version number to close out Thebe, WTD-823.
2015-07-01 12:54:36 -07:00
Charles Hacskaylo
fd98bdae4c
[Frontend] Added $colorIconLink in _constants
...
WTD-1404
2015-07-01 10:07:47 -07:00
Charles Hacskaylo
793d39b969
[Frontend] CSS and font updates ONLY from open1423
...
WTD-1404
CSS has error at this point due to missing $colorIconLink in _constants.scss;
(cherry picked from commit 2a032bf
)
2015-07-01 10:04:45 -07:00
Charles Hacskaylo
6a8cc6d9da
[Frontend] Fixed line-height in .btn
...
WTD-1404
2015-06-30 16:07:55 -07:00
Charles Hacskaylo
9f38914faa
[Frontend] Fixed styles that were breaking Create menu
...
WTD-1404
2015-06-30 16:01:53 -07:00
Charles Hacskaylo
f03a9bcc08
[Frontend] Merge mods for autoflow col width button
...
WTD-1404
WTD-1411
2015-06-30 15:51:22 -07:00
Charles Hacskaylo
2054dd8497
[Frontend] Removed pulse effect from pause-play button
...
WTD-1404
WTD-1412
(cherry picked from commit 1b9521a)
2015-06-30 15:47:15 -07:00
larkin
5c3ccb9ee0
[Development] Reload bundle file with each request
...
Reload the bundle file from disk when requested, re-applying any
includes or excludes that were specified on the command line.
Allows a developer to make changes to bundles.json without having to
restart the server for them to take effect.
2015-06-30 15:24:52 -07:00
Charles Hacskaylo
9b26a896d3
[Frontend] Fixes for dropdown menu click issues
...
WTD-1404
WTD-1379
Context menu and view switcher menu fixed;
Removed <a> with <li> and put ng-click on <li>
2015-06-30 14:12:24 -07:00
Charles Hacskaylo
06cf199872
[Frontend] Styling for context-available arrow
...
WTD-1404
WTD-1422
2015-06-30 13:35:21 -07:00
Charles Hacskaylo
344aa8acc8
[Frontend] Adding initialization CSS defs for new mct-split-pane
...
WTD-1404
WTD-1399
2015-06-30 13:26:15 -07:00
Charles Hacskaylo
9d25e3081f
[Frontend] Edit mode refactored to use new mct-split-pane
...
WTD-1404
WTD-1399
2015-06-30 13:23:56 -07:00
Charles Hacskaylo
c24a459f66
[Frontend] Plot legend minor cleanups
...
WTD-1404
WTD-1386
2015-06-30 10:38:10 -07:00
Charles Hacskaylo
abef44f37d
[Frontend] Moved browse mode splitter settings to CSS file
...
WTD-1404
WTD-1399
2015-06-30 10:37:19 -07:00
Charles Hacskaylo
af2ca49b23
[Frontend] Added top right resize corner
...
WTD-1404
WTD-1376
2015-06-30 09:27:56 -07:00
Charles Hacskaylo
8ee28c3918
[Frontend] Removed z-index on hover
...
WTD-1404
WTD-1383
2015-06-30 09:00:06 -07:00