Skip to content

Conversation

@gsingers
Copy link
Contributor

No description provided.

Lasya Marla added 12 commits August 25, 2016 18:30
…h and one using a pipeline and a workaround to only launch the search upon request. The second method is currently very slow
… querying directly. Currently both work and are taking the same amount of time. I guess the query stage is more configurable in theory but the way it is written right now it is clobbering all the defaults so I am not sure if that is the best way to go. Will see if there is a way to only change the defaults that are necessary
…all observable working. Two methods are still implemented right now. Still need to make sure all configs are coming from the config file
…y parser from id without having to change the backend at all
<mlt ng-click="vm.getMoreLikeThisFromObservable(doc)"> Click Here To Find More Like This Document In A Different Way <mlt> -->


<div href='#' ng-click="vm.getMoreLikeThisByLaunchingQueryAgainstPipeline(doc)" style="cursor:pointer"> Click Here to Change the Query Pipeline </div>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lasyamarla We want, to the right of the Title field, text that says "Show Related Items". When a User Clicks it, it should hit the "related items" pipeline for the given collection.

function overlay() {
var el = document.getElementById("overlay");
el.style.visibility = (el.style.visibility == "visible") ? "hidden" : "visible";
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use an ng-show to get this same toggle visibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants