Skip to content

Commit b1fd4b6

Browse files
Zachary LanesZachary Lanes
Zachary Lanes
authored and
Zachary Lanes
committed
md style indent
1 parent eb3694b commit b1fd4b6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

custom_query/custom_query_documentation.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
# Custom Query
3-
The custom query tool is an intuitive search functionality that provides a GCIS user with the means to develop simple search queries with downloadable results in the form of a data table. It uses an SQL-type syntax with limited scope: the tool is built around the SQL SELECT, FROM, and WHERE statements, with allowance to specify a wide range of GCIS resource attributes. However, rather than type query statements, a user develops a query by selecting options from drop-down menus.
3+
     The custom query tool is an intuitive search functionality that provides a GCIS user with the means to develop simple search queries with downloadable results in the form of a data table. It uses an SQL-type syntax with limited scope: the tool is built around the SQL SELECT, FROM, and WHERE statements, with allowance to specify a wide range of GCIS resource attributes. However, rather than type query statements, a user develops a query by selecting options from drop-down menus.
44

5-
The custom query tool advances search functionality that goes beyond the limitations of the “search bar” in the GCIS website. Importantly, it helps a user develop a query in a stepwise fashion. Also, given the several and sometimes unique attributes belonging to each GCIS publication, the custom query tool simplifies querying by displaying only those attributes relevant to the GCIS publication specified in the first drop down menu. These features are described below.
5+
     The custom query tool advances search functionality that goes beyond the limitations of the “search bar” in the GCIS website. Importantly, it helps a user develop a query in a stepwise fashion. Also, given the several and sometimes unique attributes belonging to each GCIS publication, the custom query tool simplifies querying by displaying only those attributes relevant to the GCIS publication specified in the first drop down menu. These features are described below.
66

77
## Usage
88

@@ -15,3 +15,6 @@ The custom query tool advances search functionality that goes beyond the limitat
1515
**Step 4** : Select a secondary publication to query against (for example, “images”).
1616

1717
**Step 5** : Specify attributes for the WHERE statement in similar fashion as described above.
18+
19+
20+
     The above query would read “SELECT Title FROM Report HAVING Image”.

0 commit comments

Comments
 (0)