Skip to content

Commit

Permalink
allow searches with only analysed field
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 3, 2015
1 parent c4f1ba4 commit 7fef823
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/gameSearch/src/main/Query.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ case class Query(
rated.nonEmpty ||
opening.nonEmpty ||
date.nonEmpty ||
duration.nonEmpty
duration.nonEmpty ||
analysed.nonEmpty
}

object Query {
Expand Down

0 comments on commit 7fef823

Please sign in to comment.