KnowING IPR project is generally focused on the topic of technology transfer and specifically with the topic of management of intellectual property rights as a factor of innovation. To reach the aims of the project we are building an institutional platform (supported by online platform), where different stakeholders will be able to retrieve information on importance of technology transfer, IP protection, opportunities arising from IP protection and on tools to properly manage own IP. The goal of the project is to improve cooperation SMEs and research institutions through empowerment of stakeholders with knowledge on recognition and utilization of IP protection.

How to Query

The basic and default usage is to use one query on several fields. It is possible to specify filters on specific fields.

Simple query string syntax

The simple_query_string query supports the following operators:

  • + signifies AND operation
  • | signifies OR operation
  • - negates a single token
  • " wraps a number of tokens to signify a phrase for searching
  • * at the end of a term signifies a prefix query
  • ( and ) signify precedence
  • ~N after a word signifies edit distance (fuzziness)
  • ~N after a phrase signifies slop amount (proximity search)

To use one of these characters literally, escape it with a preceding backslash \.

Example:

"fried eggs" +(eggplant | potato) -frittata