SCCapstone / Social-Monomania

Webapp designed to analyze social media posts!
https://socialmonomania.herokuapp.com/
MIT License
7 stars 0 forks source link

Standardized Search Functionality #30

Closed Nekomian44 closed 6 years ago

Nekomian44 commented 7 years ago

Edit: Basic search from keywords.

Google standard implementation Criteria can be filtered using Google's search functions (https://support.google.com/websearch/answer/2466433?hl=en).

Separate "Help" page also details this syntax and gives examples! (Can be separated into a second issue if necessary)

phileepae commented 6 years ago

Since we are using the various social media APIs to pull the information from their relative sites, we are limited to using their search functionality. This means not using Google's search functionality, but we will be putting what the user searches for in our text box into the designated API the user wishes to search from. So by giving the user a few guidelines and operators to use on the FAQ page, I am closing this issue. There were a couple sites I used to find the exact operators I listed, and I have cited those sites in the html code.