Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Filter Places query URI having HTTP GET parameter

  • No replies
  • 1 has this problem
  • 15 views
more options

I have constructed a smart bookmark using places query places query like: place:queryType=0&sort=8&domain=mydomain.com

The full URL is something like: https://mydomain.com?model=product&id=282

Now I want to further restrict the results by filtering out certain HTTP GET Parameter values. for example:

  • I want to leave out URLs having model as a parameter in the URL
  • I want to include URLs having 'product' as a value for parameter model

I looked at the documentation and could find anything related to GET parameters. Is this possible?

I have constructed a smart bookmark using [https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Places_query_URIs places query] places query like: place:queryType=0&sort=8&domain=mydomain.com The full URL is something like: https://mydomain.com?model=product&id=282 Now I want to further restrict the results by filtering out certain HTTP GET Parameter values. for example: * I want to leave out URLs having model as a parameter in the URL * I want to include URLs having 'product' as a value for parameter model I looked at the documentation and could find anything related to GET parameters. Is this possible?