collectiveaccess / pawtucket2

Pawtucket Improved
GNU General Public License v3.0
82 stars 75 forks source link

Access points not searching as AND boolean #82

Closed Monica-Wood closed 1 year ago

Monica-Wood commented 1 year ago

When searching on multiple access points with AND or no boolean, it is return results as if you searched with OR. eg. type_id='journal' AND abstract='text to search' This returns all results as an OR boolean instead.

If you search on the same fields using full notion (eg. ca_objects.typeid='journal' AND ca_objects.abstract="text to search") then it returned as you would expect.

collectiveaccess commented 1 year ago

Ok