You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial implementation of search, not connected directly to the TABLE.
This task will rely heavily on the two-way characteristic of Firebase to filter the results from the database on the fly.
Features
#659 Edit Aplication and Candidate details
#584 Add page footer
#684 Implement a database candidate search for candidates
Fixes#506 Change /src/views/stages/*shortlist to shortlisted
Features
#659 Edit Aplication and Candidate details
#584 Add page footer
#684 Implement a database candidate search for candidates
Fixes#506 Change /src/views/stages/*shortlist to shortlisted
Initial implementation of search, not connected directly to the TABLE.
This task will rely heavily on the two-way characteristic of Firebase to filter the results from the database on the fly.
Collection.where('fullName' ,'>=', 'Warr').where('fullName', '<', 'Wars')
The text was updated successfully, but these errors were encountered: