
Search Ops
iOS Universel / developpeurs
Query ElasticSearch and OpenSearch databases
* Free text strings, using compounds (AND/OR) and Date Ranges
* View results as documents or in a table
* Easily switch between hosts, indexes and filter on mapped data types
Support ElasticSearch (v6.0 and above) and OpenSearch (v1.0 and above)
* /_mapping
* /_search
* /_aliases
Authentication:
* Connection using a CloudID from Elastic.co or a direct host connection
* Authenticate with Username/Password, Auth Token, API Token or API Key
* Readonly access only. Requires a user with Viewer and Monitoring Role
Privacy & Transparency:
* Open Source business logic on Github
* No tracking or analytics
* Uses a local on device database (Realm) with encryption on
Settings
* Request Logs
* Request Timeout
* Max Document Size
* Light / Dark Mode
Quoi de neuf dans la dernière version ?
Fixed a bug which would crash the application when using a date range with multiple query terms. This is because the application was trying to reuse RealmSwift embedded objects across multiple classes. This has now been fixed.
Added new video preview to the Apple App Store
Business Logic: #d8fc654 [Available on Github to view]
UI Presentation Layer: #7ecd23a