Opened 11 years ago

Closed 10 years ago

#370 closed new feature (worksforme)

Option to choose AND instead of OR as default conjunction operator

Reported by: Gordian Owned by:
Priority: major Milestone:
Component: Core Version: 6.8
Keywords: Cc:

Description

Right now, the OR operator is the default conjunction operator. This means that if there is no Boolean operator between two terms, the OR operator is used.

This seems couterintuitive to many users (Google uses AND as default operator).

The admin should therefore have the option to set "AND" as the general default search operator instead of "OR" for all users.

Change History (1)

comment:1 Changed 10 years ago by car031

  • Resolution set to worksforme
  • Status changed from new to closed

This setting can be already done in the file repository\index\conf\schema.xml

<solrQueryParser defaultOperator="OR"/>

Note: See TracTickets for help on using tickets.