feder-cr / linkedIn_auto_jobs_applier_with_AI

LinkedIn_AIHawk is a tool that automates the jobs application process on LinkedIn. Utilizing artificial intelligence, it enables users to apply for multiple job offers in an automated and personalized way.
MIT License
12k stars 1.87k forks source link

Feature Request: Implement LinkedIn Boolean Search Functionality #183

Open mustafaslk opened 2 weeks ago

mustafaslk commented 2 weeks ago

Feature Request: LinkedIn Boolean Search Integration

Description

Implement LinkedIn's Boolean search functionality within LinkedIn_AIHawk to allow for more precise and powerful job searches.

Proposed Functionality

Implementation Details

  1. Update the search function to parse Boolean operators (AND, OR, NOT)
  2. Add support for quotation marks to denote exact phrases
  3. Implement parentheses handling for complex queries
  4. Modify the search algorithm to respect the order of precedence:
    1. Quotes [""]
    2. Parentheses [()]
    3. NOT
    4. AND
    5. OR

Benefits

Additional Notes

Examples

This feature would significantly enhance the search capabilities of LinkedIn_AIHawk, allowing users to perform more targeted job searches.

feder-cr commented 1 week ago

@mustafaslk do you want work on this?