> It seems more complicate than i > need. > I just want, if the user specify nothing, to search in all > my fields that I declared in my schema.xml > like that : > <defaultSearchField>article_nom</defaultSearchField> > but not only article_nom but all fields. > There should be some simple way to do that without using all > of this..? > Or am I wrong?
It is not that complicated. Just list your fields in qf parameter, that's all. defType=edismax&qf=field1 field2 field3 ...