Skip to content

ids and idType documents does not work. #96

@Oetzie

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;

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