Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter by date #67

Open
JGration opened this issue Jun 26, 2023 · 1 comment
Open

Filter by date #67

JGration opened this issue Jun 26, 2023 · 1 comment

Comments

@JGration
Copy link

Hi there, is it possible to add a filter by date like "month", "week" or "24 hours" ? Currently it's searching by all time. Please let me know if there's already a way to do this!

@Tsquared86
Copy link

in FetchJobLinksUser.ts make this correction

const searchParams: { [key: string]: string } = { keywords, location, f_TPR: "r604800", //r604800 = 1 week, r86400 = 24 hours, r2592000 = 1 month start: numSeenJobs.toString(), f_WT: fWt, f_AL: 'true' };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants