London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Packages [expand] [collapse]

Latest changes

Item type
Filter on date
Items/Page
Area ID Type Description Released
CG-5921
  Allow setting minimum score of items that OG should retrieve

Released the ability to set the minimum score for the returned search results so that you can limit the number of irrelevant results.

Jun 06, 2024
CG-6873
  Prevent field collision

Added the ability to prevent field collisions by updating the appSettings.json in CMS.

Apr 15, 2024
CG-5829
  Sort by _modified field

Added the ability to sort by the _modified field, so you can sort content by the datetime of modification by the system.

 

Apr 15, 2024
CG-5268
  Support snippets on values for searchable string fields

Added support for the creation of snippets for values for searchable string fields. A snippet is a short text fragment comprising the words you have searched for.

Apr 15, 2024
CG-6778
  Restricted content is not included in content area of a page when they have same access rights

Fixed an issue where restricted content did not display in the ContentArea of a page even though the content had the same access permissions as the page. 

Mar 12, 2024
CG-6872
  Option to not extract text from media content

Included an option for the user to choose not to extract text from media content. Go to startup.cs and set ExtractMedia to false.

Mar 12, 2024
CG-6682
  SearchableSuffixContentTransformer.MaxDepth should be configurable

Made SearchableSuffixContentTransformer.MaxDepth configurable by using code or appsettings.json.

Mar 12, 2024
CG-6834
  Object mapping issue happens when running synchronization job.

Fixed an object mapping issue that occurred when the Optimizely Graph content synchronization job was run. 

Mar 12, 2024
CG-6361
  [ERR] Deleting failed for content by path in console when running Delta indexing job

Fixed an issue where the Delta indexing job ran successfully after reindexing the site but an error message displayed in the console. 

[20:31:15 ERR] Deleting failed for content by path:
System.ArgumentNullException: operations cannot be null, empty, or contain any null or empty items. (Parameter 'operations')
   at Optimizely.ContentGraph.Core.Internal.Helpers.ObjectExtensions.ValidateNotNullOrEmptyArguments[T](IEnumerable`1 argument, String paramName)
   at Optimizely.ContentGraph.Core.Client.StreamAsync(IEnumerable`1 operations, CancellationToken cancellationToken)
   at Optimizely.ContentGraph.Cms.Core.Internal.ContentIndexer.DeleteAsync(IEnumerable`1 deleteItems)
Jan 16, 2024
CG-6567
  Handle issue with Form model in HAPI-2756

Ensured that when querying for form data using ContentDeliveryAPI, formModel property returns in the result. 

Jan 16, 2024
1 2 3 4 Next