Jump to content

sobrenome

Clients
  • Joined

  • Last visited

Everything posted by sobrenome

  1. I will miss the SQL tool box. It is a downgrade unfortunately. I hope IPS reconsider this move backwards.
  2. I have set compatibility mode on. Now it's running! I guess that last time the access policy to the domain was the issue, even if security group and VPC access were ok. Thanks!
  3. Thanks! Yes, you are right! 7.10! Sorry about that. I will set up a new instance and update here. Should I have to turn on "compatibility mode" to communicate the instance as Elasticsearch 7.10?
  4. Unfortunately it's not working. I have set a new OpenSearch 1.0 instance with the same settings of my old Elastic Search 6.7 and I get this error: The server did not return the expected response. Check Elasticsearch is properly installed and accessible from your web server. If you visit the provided URL in your browser you should see details about the installed version. Notice that OpenSearch 1.0 is the latest version and is based on ElasticSearch 7.1.
  5. Very nice suggestion!
  6. sobrenome replied to kmk's post in a topic in Feedback
    We need audio and video to go along to text communication.
  7. So after the upgrade of IPS to 4.6.9 I will have to upgrade my AWS Elastic Search 6.8 to the latest version os AWS Open Search, right?
  8. sobrenome replied to Egorkin's post in a topic in Feedback
    Please give it priority! Thanks!
  9. sobrenome replied to kmk's post in a topic in Feedback
    Yes, please!
  10. It is not a support demand, it is just to know how the new Pages feature will behave before upgrading. The manuals were already upgraded to explain the new Pages feature? Thanks.
  11. IPS 4.6.8 added AggregateRating Schema to record pages. I have been using my custom schema on templates, like this one: {{\IPS\Output::i()->jsonLd['article']['about'] = array('@type' => 'PhysicalActivity', 'category' => 'StrengthTraining', 'image' => array('@type' => 'ImageObject', 'url' => (string) \IPS\File::get('cms_Records', $record->field_107)->url, 'height' => '800', 'width' => '1200'));}} Will the update impact on my Pages templates?
  12. sobrenome replied to Alay's post in a topic in Feedback
  13. Nice! And we still does not have moderation to wiki databases….
  14. Nice! This could come with the new Gallery app!
  15. If we use Cloudflare that already uses IndexNow, how would behave an IPS IndexNow under layed?
  16. Nice! Just added it!
  17. Hello @Andy Millne! I don't know if I am wrong, but I have realized that when review is on for Pages database, there is no $record->rating_hits, only $record->record_reviews as long as the rating stars will be based on the reviews, so the rating hits are the same as the record reviews. Is that right? So I have used record reviews for ratingCount and reviewCount. {{\IPS\Output::i()->jsonLd['article'] = array('@context' => 'http://schema.org/', '@type' => 'Product', 'name' => $record->_title, 'image' => 'https://cdn.mydomain.com/ ' . $record->record_image, 'brand' => array('@type' => 'Thing', 'name' => $marca['nome']), 'aggregateRating' => array('@type' => 'AggregateRating', 'ratingValue' => $englishrating, 'ratingCount' => $record->record_reviews, 'reviewCount' => $record->record_reviews), 'offers' => array('@type' => 'AggregateOffer', 'lowPrice' => $lowPrice, 'highPrice' => $highPrice, 'offerCount' => $results_number, 'priceCurrency' => 'BRL', 'availability' => $availability));}}
  18. @bfarber could help? @Jim M?
  19. How to get the number o ratings and the number of reviews on Pages? $record->numberOfRatings() or $record->rating_hits are not working.
  20. Running 10.5 with no issues so far. Waiting for 10.6 support on RDS.
  21. Have you jumped already?
  22. I am also interested in this upgrade from 10.4 to 10.5. Waiting for replies.