Find recordsΒΆ

Example

>>> from techminer2.database.search import FindRecords
>>> # Create, configure, and run the finder
>>> finder = (
...     FindRecords()
...     #
...     # FIELD:
...     .with_field("author_keywords")
...     #
...     # SEARCH:
...     .with_field_pattern('REGTECH')
...     .having_regex_search(False)
...     .having_case_sensitive(False)
...     .having_regex_flags(0)
...     #
...     .where_root_directory_is("examples/fintech/")
...     .where_database_is("main")
...     .where_record_years_range_is(None, None)
...     .where_record_citations_range_is(None, None)
...     .where_records_match(None)
...     .where_records_ordered_by("date_newest")
... )
>>> docs = finder.run()
>>> print(docs[0]) 
UT 26
AR Haddad C., 2019, SMALL BUS ECON, V53, P81
TI The emergence of the global fintech market: economic and technological
   determinants
AU Haddad C.; Hornuf L.
TC 258
SO Small Business Economics
PY 2019
AB we investigate THE_ECONOMIC_AND_TECHNOLOGICAL_DETERMINANTS inducing
   ENTREPRENEURS to establish VENTURES with THE_PURPOSE of reinventing
   FINANCIAL_TECHNOLOGY ( FINTECH ) . we find that COUNTRIES witness
   MORE_FINTECH_STARTUP_FORMATIONS when THE_ECONOMY is well developed and
   VENTURE_CAPITAL is readily available . furthermore , THE_NUMBER of
   SECURE_INTERNET_SERVERS , MOBILE_TELEPHONE_SUBSCRIPTIONS , and
   THE_AVAILABLE_LABOR_FORCE has A_POSITIVE_IMPACT on THE_DEVELOPMENT of
   THIS_NEW_MARKET_SEGMENT . finally , the more difficult it is for COMPANIES
   to ACCESS_LOANS , the higher is THE_NUMBER of FINTECH_STARTUPS in A_COUNTRY
   . overall , THE_EVIDENCE suggests that FINTECH_STARTUP_FORMATION_NEED not be
   left to chance , but ACTIVE_POLICIES can influence THE_EMERGENCE of
   THIS_NEW_SECTOR . 2018 , the author ( s ) .
DE ENTREPRENEURSHIP; FINANCIAL_INSTITUTIONS; FINTECH; STARTUPS