I'm assuming that by "Angular UI" you're talking the Solr admin UI (which, BTW, is not recommended for any user-facing UI).
> query against two fields; Isn't this just putting project:whatever OR collaborator:whatever in the "q" box? > return all fields which we want to display Just put them in the "fl" box. Best, Erick On Fri, Mar 11, 2016 at 10:46 AM, Vis Sw <vishal....@gmail.com> wrote: > Hi, > > I need to query against two fields (e.g. search term present in either > fields project or collaborator) but return all fields which we want to > display using Angular UI. > > Should I combine project and collaborator to some field then query or there > is any better way around > > Thanks for your suggestion... > > Regards > Val