civicrm / civicrm-user-guide

Documentation for CiviCRM users
https://docs.civicrm.org/user/en/latest/
54 stars 146 forks source link

Initial page add for url searching. #420

Closed eileenmcnaughton closed 4 years ago

eileenmcnaughton commented 4 years ago

Preliminary page on url searching - I could do with some help on how to make this work - it might get quite busy as I work on other screens / fix the ones I couldn't add as yet. Formatting is kinda missing

See https://github.com/civicrm/civicrm-dev-docs/issues/624

Also in my testing I just opened https://github.com/civicrm/civicrm-core/pull/15787

Other than that the following test OK on contribution search as urls - ie. high, low & relative variants

'contribution_recur_start_date',
  'contribution_recur_next_sched_contribution_date',
  'contribution_recur_cancel_date',
  'contribution_recur_end_date',
  'contribution_recur_create_date',
  'contribution_recur_modified_date',
  'contribution_recur_failure_retry_date',

@seamuslee001 @MikeyMJCO @monishdeb @lcdservices

seamuslee001 commented 4 years ago

Comment on wrong PR

homotechsual commented 4 years ago

Added some formatting changes - are we envisioning this expanded for Contribution searches, Contact searches etc?

seamuslee001 commented 4 years ago

@MikeyMJCO yes, at the moment it has coverage for the Find Contributions and FInd Participants screens and also advanced search for those two sections in the advanced search. It would be anticipated that more fields are added as we convert them over to being built off the metadata. would be my expectation @eileenmcnaughton ?

homotechsual commented 4 years ago

Merging this as is for now - can be expanded in future PRs.