Skip to content

Boolean search bug #284

@freyesdulib

Description

@freyesdulib

jcrs AND "morris fred". Bad request error when clicking next button in search results. Possibly a related problem per David Fasman:

I believe that the AND and OR operators are switched. When you run a search (here is my test), you should theoretically get fewer results as the words increase, although it is in fact the opposite that is happening. So for example, if you search (quotes added for clarity--not actually in the search), "fun," you get 52 results. Add another word, "fun guy" (again not in quotes) and you get 60 results. Add another word, "fun guy basketball" (again not in quotes) and you get 843 results. And finally, another word, "fun guy basketball baseball" (again, no quotes) and you get 1614 results. To my understanding results should not increase, unless there is an invisible OR operator between the words. Basically, you are searching fun OR guy OR basketball OR baseball, when in reality, it should be AND, like fun AND guy AND basketball AND baseball. I hope that makes sense. I was wondering why my search results increased as I added words that should theoretically narrow the query.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions