Customize the search page for current operations
Particeep offers administrators the possibility of customizing the search result on the operations presentation page.
This customization is done by modifying the search parameters of the URL of the page.
Administrators can thus:
- carry out several pages of presentation of operations (one page per type of operation for example)
- better segment their offer with a dedicated page by category of operations
- meet regulatory requirements.
How to have a personalized page presenting operation
- from your url{domain name}/project/list
- then add the search parameters using the syntax /project/list?{filtername}={value}
For example, to display the operations whose name contains the value "test", we will have as url of the personalized page: site.com/project/list?name=test To display the operations whose name contains the value "test" AND the status is in progress, we will have as URL of the personalized page: site.com/project/list?name=test&statuses=RUNNING
Understand filter names and values
There are several filters and associated values.
- Name: project name
- fundraise_type: EQUITY or LOAN (for loans and bonds) or empty
- Category: project category
- City: location of the project
- sort by: filter by target amount or by end date
- order by: specifies if the sort by filter is done in an increasing or decreasing way
- show club deals: display deals accessible by users belonging to club deals
- show public deals: display deals accessible by logged-in users
Filter name |
Possible values |
name |
Free field |
fundraise_type |
`LOAN`,` EQUITY` or empty |
category free |
Field among the list defined in setup |
City |
Free fields |
Sort_by |
`amount_target` or` end_at` |
order_by |
`desc` or` asc` |
offset |
Number (useful for pagination) |
limit |
number (useful for pagination) |
statuses |
`RUNNING` or` SUCCEEDED` |
show_club_deals |
`true` or` false` |
show_public_deals |
`true` or` false` |
Limitations on special characters
The values taken as parameters in the URLs must be the subject of particular attention when it is necessary to manage special characters such as spaces or accents
For example, to do a search on the test project operation, you need as a value in the url 'project% 20test'