Skip to content

ids and idType documents does not work. #96

Description

@Oetzie

When you have set the ids and idType to 'documents' you will get a Database error. This because ids wont be converted to an array.

I have fixed it by added the following code to the 'processIds' function in the simplesearchdriver.class.php.

case 'documents': $ids = array_unique(explode(',', $ids)); sort($ids); break;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions