Making WordPress.org

Opened 3 years ago

Closed 3 years ago

#6164 closed defect (bug) (wontfix)

Search issue found

Reported by: kajalgohel's profile kajalgohel Owned by:
Milestone: Priority: normal
Component: Photo Directory Keywords: needs-patch
Cc:

Description

In the photo section page(https://wordpress.org/photos/), when we trying to search by Orientation, It is not working properly. I tried to search with portrait Orientation name but it's not working, while other two Orientation are working(landscape, square).

For better understanding I provide the screenshots.

Attachments (2)

Screenshot 2022-03-04 at 10.41.11 AM.png (3.9 MB) - added by kajalgohel 3 years ago.
portrait orientation has a list of images.
Screenshot 2022-03-04 at 10.41.29 AM.png (1.2 MB) - added by kajalgohel 3 years ago.
when we search by portrait, there is nothing to found.

Change History (3)

@kajalgohel
3 years ago

portrait orientation has a list of images.

@kajalgohel
3 years ago

when we search by portrait, there is nothing to found.

#1 @coffee2code
3 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

To provide background, the search currently includes:

  • partial matching search of post title (will be changing to exact matching soon)
  • partial matching search of excerpt
  • partial matching search of content
  • exact matching of tag names

We do NOT search non-tag taxonomies, such as colors, orientations, and categories. We excluded those intentionally. Of those, orientations is definitely not something we're going to add to search, and probably not categories as well as proposed in #6161.

If someone wants all photos of a specific orientation, then the orientations listing is where they should go.

The proper path forward for including orientations, colors, and probably categories within the search as we have it now would be as search filters. These would be extended options for the search form beyond the basic search text input, where a user can choose orientations, colors, and/or categories to limit their search of some given text.

Note: See TracTickets for help on using tickets.