Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle search engines with keyword as part of urlpath #1690

Closed
sgiehl opened this issue Sep 10, 2010 · 6 comments
Closed

Handle search engines with keyword as part of urlpath #1690

sgiehl opened this issue Sep 10, 2010 · 6 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@sgiehl
Copy link
Member

sgiehl commented Sep 10, 2010

There are some searchengines that don't have the keywords as part of the querystring. Keywords are included in the path instead.

Examples:

Piwik should be able to identify those keywords, aswell.

@robocoder
Copy link
Contributor

Those are all powered by Infospace's "metasearch" engine.

Their other sites include:

  • search.dogpile.com
  • search.nation.com
  • metacrawler.com and search.metacrawler.com
  • webfetch.com and search.webfetch.com
  • webcrawler.com and search.webcrawler.com

@robocoder
Copy link
Contributor

(In [3117]) fixes #1690 - adds support for regular expressions

note: search.kiwee.com is handled as a case of InfoSpace powered metasearch

@robocoder
Copy link
Contributor

(In [3121]) refs #1690 - cleanup dogpile

@sgiehl
Copy link
Member Author

sgiehl commented Sep 11, 2010

(In [3127]) refs #1564 added missing 123people.it, fixed 123people's keyword recognition (using regex now)

refs #1690 do not abort keyword recognition if no query string is given

@sgiehl
Copy link
Member Author

sgiehl commented Sep 11, 2010

(In [3129]) refs #1690 removed ws.copernic.com as it is infospace powered, added test

@sgiehl
Copy link
Member Author

sgiehl commented Sep 11, 2010

(In [3130]) refs #1690 fixed msxml.excite.com (using regex recognition)

@sgiehl sgiehl added this to the Piwik 1.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants