Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi All I Have A Question About The "Reports" Feature. I Followed The Steps Below. 1. Created Report At "Project Root" 2. Ran Api

Hi all
I have a question about the "reports" feature.
I followed the steps below.

  1. created report at "Project root"
  2. ran API
projectsGetAllEx({name: "^.reports$",search_hidden: true})
  1. The API returned two arrays. One with the author "allegroai" and the other with my ID.
    Is it expected behavior to find more than 2 arrays when searching for ".reports" project in the API?
    Please let me know the conditions if multiple reports can be created in the ".reports" project.

Thanks

  
  
Posted 10 months ago
Votes Newest

Answers 3


Hi @<1523701070390366208:profile|CostlyOstrich36>
Thank you for answering.
Does that mean that normally there is only one ".reports" project?

  
  
Posted 10 months ago

Hi @<1567321746447536128:profile|EmaciatedCentipede72> , I would suggest checking what api calls the UI sends when doing work in the UI with reports. You can see it in the network section of developer tools (F12), filter by XHR for easier time reading 🙂

  
  
Posted 10 months ago

I think there is one .reports per project, are you self deployed?

  
  
Posted 10 months ago
475 Views
3 Answers
10 months ago
10 months ago
Tags
Similar posts