diff --git a/Search.md b/Search.md index 903d594..2192a81 100644 --- a/Search.md +++ b/Search.md @@ -1,4 +1,4 @@ -![Search Help Image](https://raw.githubusercontent.com/CS-4820-Library-Project/Libly/master/images/SearchHelp.png) +![Search Help Image](https://git.library.upei.ca/mbelvadi/COUNTER-5-Report-Tool/raw/master/images/SearchHelp.png) ## Database Functionality The search page is connected to an SQLite database that stores all of the report data that has been fetched. Through the interface provided you can create a query as simple or advanced as you need and it will retrieve the relevant data and return it as a TSV file. The queries in this tool are structured in Product of Sum (POS) form, which means that it is a set separated by **and** operators of sets of conditions separated by **or** operators.