[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `EmployerFilter` class is used to filter job search results by employer, and it is the core class for this filtering functionality."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for robust data handling and comparison."],["It has properties such as `Employer`, `Mode`, and `Negated`, which respectively allow you to specify the employer's name, define the set of employment records to search against, and determine if the filter should exclude matching profiles."],["The class contains two constructors `EmployerFilter()` and `EmployerFilter(EmployerFilter other)` allowing you to initialize and copy instances of this class."],["Three different versions of the `EmployerFilter` are available, `3.0.0-beta06`, `3.0.0-beta05` and `2.0.0-beta07`."]]],[]]