Skip to content

Commit

Permalink
Updated initial query
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Jun 10, 2016
1 parent 0dcc51c commit 4d5392f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bloodhound.js
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ function doInit(){
})

// Do this query to set the initial graph
doQuery("MATCH (n:Group {name:\'DOMAIN ADMINS\'})<-[r:MemberOf]-(m) RETURN n,r,m", "", "", true);
doQuery("MATCH (n:Group) WHERE n.name =~ '(?i).*DOMAIN ADMINS.*' WITH n MATCH (n)<-[r:MemberOf]-(m) RETURN n,r,m", "", "", true);
}

function startLogout(){
Expand Down

0 comments on commit 4d5392f

Please sign in to comment.