IPWorks Cloud 2020 Python Edition

Questions / Feedback?

search Method

Searches for resources that match the specified query.

Syntax

def search(query: str) -> None: ...

Remarks

This method searches for resources that match the given Query within the folder resource currently selected by remote_id or remote_path. The value provided for Query will automatically be URL-encoded.

Calling this method will fire the on_resource_list event once for each search result, and will also populate the Resource* properties.

If there are still more search results available to list when this method returns, the search_marker property will be populated. Continue to call this method until search_marker is empty to accumulate all pages of results in the Resource* properties.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]