Skip to content

Commit

Permalink
Merge pull request #1056 from aholachek/fix-star
Browse files Browse the repository at this point in the history
weird solr bug?
  • Loading branch information
aholachek authored Aug 9, 2016
2 parents 510e91f + a31b294 commit 720910a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/query_mediator.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ define(['underscore',
//don't need this anymore
apiQuery.unset("__bigquery");
//query might have a q, otherwise q is everything
if (!apiQuery.get("q")) apiQuery.set("q", "*");
if (!apiQuery.get("q")) apiQuery.set("q", "*:*");
//bigquery endpoint needs this value set
apiQuery.add("fq", "{!bitset}");

Expand Down

0 comments on commit 720910a

Please sign in to comment.