2017 © Pedro Peláez
 

library google-search-operators

abstraction and parser for create and use search based on Google Search Operators systems

image

expertissim/google-search-operators

abstraction and parser for create and use search based on Google Search Operators systems

  • Friday, June 5, 2015
  • by NicolasBadey
  • Repository
  • 2 Watchers
  • 1 Stars
  • 18,542 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

GoogleSearchOperators

Very simple abstraction and parser for create and use search based on Google Search Operators systems : https://support.google.com/websearch/answer/2466433?hl=en, (*1)

key:value+key:min..max-key:value, (*2)

Key Delimiter

delimiter meaning
+ AND
- AND NOT
\ | OR (not exists in Google Operators)

Value Delimiter

delimiter meaning
: IS =
:< IS <
:> IS >
:>= IS >=
:>= IS <=
:val1..val2 BETWEEN val1 AND val2
:val1.val2.val3 IN val1 AND val2 ANd val3 (not exists in Google Operators)

WIP ..., (*3)

The Versions

05/06 2015

dev-master

9999999-dev

abstraction and parser for create and use search based on Google Search Operators systems

  Sources   Download

MIT

The Requires

  • php >=5.5

 

by Nicolas Badey

search google