Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search UI will handle dates for queries. #7

Merged
merged 4 commits into from
Nov 14, 2015
Merged

Conversation

gah-boh
Copy link
Collaborator

@gah-boh gah-boh commented Nov 14, 2015

No description provided.

after: Date;
}

export interface ISearchParams {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does this need to be exported? Would anyone ever not pass an ISearchQuery?

@@ -7,11 +36,14 @@ export class SearchService {
constructor(private _http: angular.IHttpService) {
}

search(searchQuery: ISearchQuery): angular.IPromise<any> {
search(sq: ISearchQuery): angular.IPromise<any> {

Copy link
Collaborator

Choose a reason for hiding this comment

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

(nit) remove extra whitespace

DavidSouther added a commit that referenced this pull request Nov 14, 2015
Search UI will handle dates for queries.
@DavidSouther DavidSouther merged commit 19c6322 into master Nov 14, 2015
@gah-boh gah-boh deleted the search-dates branch November 14, 2015 18:33
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.

2 participants