Re: search_v2 API does not work when using id
Anyway, I can not disable the "filename_and_content" option. I only want to search into filename, not content. The request to search_v2: { "query": "screen", "options": { "path": "id:XXXX", "max_results": 1000, "file_status": "active", "filename_only": true, "order_by": "last_modified_time" }, "match_field_options": {…