ContentHolmes / Content-Holmes

Content Holmes is a one-click AI-based online parenting solution that helps you to keep your children secure from cyber-bullying and adult content online and monitor their activities.
https://www.contentholmes.com
GNU Affero General Public License v3.0
6 stars 4 forks source link

All search query types are not handled in Search Analysis #17

Closed rajatjain1997 closed 7 years ago

rajatjain1997 commented 7 years ago

There are multiple formats in which searches are made. Currently # based searching is not checked. Also, youtube's search queries are also unchecked.

A solution could be to have multiple regex instead of just one to extract search results if any are present. If we have an array of these, it will remain easier to check.

rajatjain1997 commented 7 years ago

Solved in this commit a6612f83034309e8287fc0eba474059f04bdc570

rajatjain1997 commented 7 years ago

Don't know, but hash based queries seem to be broken again.

rajatjain1997 commented 7 years ago

Chrome uses AJAX to append the #based queries. We can't do anything about it.