Search functionality

I have 10k resume with me
i have to search a resume like java developer ,UI developer
its possible to enable the search functionality into the resume and search the appropriate resume and give me

it should filter the corresponding resume in the table view

0 1 196
1 REPLY 1

Yes, its very much possible.

But you need an intermediate table to log the โ€˜search requestsโ€™.

Create an intermediate table with columns as pertinent โ€˜search blocksโ€™. Like resume type, student name, date ranges (and all other search terms you deem pertinent).

Make an action using deep links, using linktofilteredview(). Look up the expression if you havenโ€™t already.

The general format is linktofilteredview (โ€œThe view name of the resume tableโ€, (all search constraints, use in conjunction using and()) ).

Finally attach that action to the form. (Done by navigating to UX -> View name -> Form saved)

That would show the search results directly when you save the form.

Top Labels in this Space