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

can we search the "Agent" resource #225

Open
ccurvey opened this issue Aug 23, 2021 · 0 comments
Open

can we search the "Agent" resource #225

ccurvey opened this issue Aug 23, 2021 · 0 comments

Comments

@ccurvey
Copy link

ccurvey commented Aug 23, 2021

I'd like to be able to find Agent information in RETS, but whenever I try something like

search_results = self.rets_session.search(
                resource='Agent',
                resource_class='AGENT',
                limit=self.BLOCK_SIZE,
                offset=offset,
                dmql_query='(Description=Agent Roster)',
            )

I get

RETS Error 20200: Unknown Query Field:The query could not be understood due to an unknown field name.

I'm not sure if the RETS interface allows a search for Agent information. Or maybe there's some metadata call that will let me know what field names are searchable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant